We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2048bd commit 771971eCopy full SHA for 771971e
1 file changed
packages/e2e/project.json
@@ -17,14 +17,14 @@
17
"lint": {
18
"executor": "nx:run-commands",
19
"options": {
20
- "command": "pnpm eslint \"**/*.ts\"",
+ "command": "pnpm eslint \"fixtures/**/*.ts\" \"helpers/**/*.ts\" \"tests/**/*.ts\" \"*.ts\"",
21
"cwd": "packages/e2e"
22
}
23
},
24
"lint:fix": {
25
26
27
- "command": "pnpm eslint '**/*.ts' --fix",
+ "command": "pnpm eslint 'fixtures/**/*.ts' 'helpers/**/*.ts' 'tests/**/*.ts' '*.ts' --fix",
28
29
30
0 commit comments