Commit 389499a7 authored by ioedeveloper's avatar ioedeveloper

Update lint

parent bae18b3c
......@@ -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": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment