linting done for libs

pull/7/head
aniket-engg 5 years ago
parent 42cad01f8b
commit 845b93a852
  1. 2
      libs/remix-astwalker/package.json
  2. 1
      libs/remix-lib/package.json
  3. 1
      libs/remix-simulator/package.json
  4. 1
      libs/remix-solidity/package.json
  5. 1
      libs/remix-tests/package.json
  6. 1
      package.json
  7. 96
      workspace.json

@ -5,6 +5,7 @@
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"lint": "standard",
"test": "nyc --reporter=lcov --require ts-node/register tape ./tests/*.ts | tap-spec; nyc report ---reporter=text",
"prepublish": "npm run build"
},
@ -35,6 +36,7 @@
"@types/tape": "^4.2.33",
"nyc": "^13.3.0",
"remix-lib": "0.4.29",
"standard": "^14.3.4",
"tape": "^4.10.1",
"ts-node": "^8.0.3",
"typescript": "^3.4.3"

@ -37,6 +37,7 @@
"tape": "^4.6.0"
},
"scripts": {
"lint": "standard",
"test": "standard && tape ./test/tests.js"
},
"repository": {

@ -43,6 +43,7 @@
"standard": "^10.0.3"
},
"scripts": {
"lint": "standard",
"test": "standard && mocha test/"
},
"bin": {

@ -36,6 +36,7 @@
},
"scripts": {
"build": "tsc",
"lint": "standard",
"test": "tsc && tape ./test/tests.js"
},
"standard": {

@ -19,6 +19,7 @@
},
"scripts": {
"build": "tsc",
"lint": "standard",
"test": "tsc && mocha --require ts-node/register tests/*.ts -t 300000",
"prepublish": "npm run build"
},

@ -27,6 +27,7 @@
"build": "nx build",
"test": "nx test",
"lint": "nx lint",
"lint:libs": "nx run-many --target=lint --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver",
"e2e": "nx e2e",
"affected:apps": "nx affected:apps",
"affected:libs": "nx affected:libs",

@ -74,14 +74,14 @@
"schematics": {},
"architect": {
"lint": {
"builder": "@nrwl/linter:lint",
"builder": "@nrwl/workspace:run-commands",
"options": {
"linter": "eslint",
"config": "apps/remix-ide/.eslintrc",
"tsConfig": [
"libs/remix-analyzer/tsconfig.lib.json"
"commands": [
{
"command": "./../../node_modules/.bin/npm-run-all lint"
}
],
"exclude": ["**/node_modules/**", "!libs/remix-analyzer/**"]
"cwd": "libs/remix-analyzer"
}
},
"test": {},
@ -104,14 +104,14 @@
"schematics": {},
"architect": {
"lint": {
"builder": "@nrwl/linter:lint",
"builder": "@nrwl/workspace:run-commands",
"options": {
"linter": "eslint",
"config": "apps/remix-ide/.eslintrc",
"tsConfig": [
"libs/remix-astwalker/tsconfig.lib.json"
"commands": [
{
"command": "./../../node_modules/.bin/npm-run-all lint"
}
],
"exclude": ["**/node_modules/**", "!libs/remix-astwalker/**"]
"cwd": "libs/remix-astwalker"
}
},
"test": {},
@ -134,12 +134,14 @@
"schematics": {},
"architect": {
"lint": {
"builder": "@nrwl/linter:lint",
"builder": "@nrwl/workspace:run-commands",
"options": {
"linter": "eslint",
"config": "apps/remix-ide/.eslintrc",
"tsConfig": [],
"exclude": ["**/node_modules/**", "!libs/remix-debug/**"]
"commands": [
{
"command": "./../../node_modules/.bin/npm-run-all lint"
}
],
"cwd": "libs/remix-debug"
}
},
"test": {},
@ -162,12 +164,14 @@
"schematics": {},
"architect": {
"lint": {
"builder": "@nrwl/linter:lint",
"builder": "@nrwl/workspace:run-commands",
"options": {
"linter": "eslint",
"config": "apps/remix-ide/.eslintrc",
"tsConfig": [],
"exclude": ["**/node_modules/**", "!libs/remix-lib/**"]
"commands": [
{
"command": "./../../node_modules/.bin/npm-run-all lint"
}
],
"cwd": "libs/remix-lib"
}
},
"test": {},
@ -190,12 +194,14 @@
"schematics": {},
"architect": {
"lint": {
"builder": "@nrwl/linter:lint",
"builder": "@nrwl/workspace:run-commands",
"options": {
"linter": "eslint",
"config": "apps/remix-ide/.eslintrc",
"tsConfig": [],
"exclude": ["**/node_modules/**", "!libs/remix-simulator/**"]
"commands": [
{
"command": "./../../node_modules/.bin/npm-run-all lint"
}
],
"cwd": "libs/remix-simulator"
}
},
"test": {},
@ -218,14 +224,14 @@
"schematics": {},
"architect": {
"lint": {
"builder": "@nrwl/linter:lint",
"builder": "@nrwl/workspace:run-commands",
"options": {
"linter": "eslint",
"config": "apps/remix-ide/.eslintrc",
"tsConfig": [
"libs/remix-solidity/tsconfig.lib.json"
"commands": [
{
"command": "./../../node_modules/.bin/npm-run-all lint"
}
],
"exclude": ["**/node_modules/**", "!libs/remix-solidity/**"]
"cwd": "libs/remix-solidity"
}
},
"test": {},
@ -248,14 +254,14 @@
"schematics": {},
"architect": {
"lint": {
"builder": "@nrwl/linter:lint",
"builder": "@nrwl/workspace:run-commands",
"options": {
"linter": "eslint",
"config": "apps/remix-ide/.eslintrc",
"tsConfig": [
"libs/remix-tests/tsconfig.lib.json"
"commands": [
{
"command": "./../../node_modules/.bin/npm-run-all lint"
}
],
"exclude": ["**/node_modules/**", "!libs/remix-tests/**"]
"cwd": "libs/remix-tests"
}
},
"test": {},
@ -278,14 +284,14 @@
"schematics": {},
"architect": {
"lint": {
"builder": "@nrwl/linter:lint",
"builder": "@nrwl/workspace:run-commands",
"options": {
"linter": "eslint",
"config": "apps/remix-ide/.eslintrc",
"tsConfig": [
"libs/remix-url-resolver/tsconfig.lib.json"
"commands": [
{
"command": "./../../node_modules/.bin/npm-run-all lint"
}
],
"exclude": ["**/node_modules/**", "!libs/remix-url-resolver/**"]
"cwd": "libs/remix-url-resolver"
}
},
"test": {},

Loading…
Cancel
Save