diff --git a/workspace.json b/workspace.json index 3bad22de91..40252b4e9d 100644 --- a/workspace.json +++ b/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": {