Update lint

pull/3/head
ioedeveloper 5 years ago
parent bae18b3c27
commit 389499a7b5
  1. 11
      workspace.json

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

Loading…
Cancel
Save