Skip to content

Commit 771971e

Browse files
committed
ignore scripts dir
1 parent f2048bd commit 771971e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/e2e/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
"lint": {
1818
"executor": "nx:run-commands",
1919
"options": {
20-
"command": "pnpm eslint \"**/*.ts\"",
20+
"command": "pnpm eslint \"fixtures/**/*.ts\" \"helpers/**/*.ts\" \"tests/**/*.ts\" \"*.ts\"",
2121
"cwd": "packages/e2e"
2222
}
2323
},
2424
"lint:fix": {
2525
"executor": "nx:run-commands",
2626
"options": {
27-
"command": "pnpm eslint '**/*.ts' --fix",
27+
"command": "pnpm eslint 'fixtures/**/*.ts' 'helpers/**/*.ts' 'tests/**/*.ts' '*.ts' --fix",
2828
"cwd": "packages/e2e"
2929
}
3030
},

0 commit comments

Comments
 (0)