|
|
@ -38,13 +38,12 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
"lint": { |
|
|
|
"lint": { |
|
|
|
"builder": "@nrwl/workspace:run-commands", |
|
|
|
"builder": "@nrwl/linter:lint", |
|
|
|
"options": { |
|
|
|
"options": { |
|
|
|
"commands": [ |
|
|
|
"linter": "eslint", |
|
|
|
{ |
|
|
|
"config": "apps/remix-ide-e2e/.eslintrc", |
|
|
|
"command": "standard | notify-error" |
|
|
|
"tsConfig": ["apps/remix-ide-e2e/tsconfig.e2e.json"], |
|
|
|
} |
|
|
|
"exclude": ["**/node_modules/**", "!apps/remix-ide-e2e/**"] |
|
|
|
] |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
"test": { |
|
|
|
"test": { |
|
|
|