Skip to content
This repository has been archived by the owner. It is now read-only.

Commit 9b48cac

Browse files
committed
chore: fix eslint config
1 parent e95841b commit 9b48cac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
],
2828
"main": "index.js",
2929
"scripts": {
30-
"lint": "eslint src test *.js jest.config.js test-e2e/cypress test-e2e/mocks-legacy test-e2e/app/public",
30+
"lint": "eslint src test *.js jest.config.js test-e2e/cypress test-e2e/mocks-legacy test-e2e/app/*.js",
3131
"lint-staged": "lint-staged",
3232
"test": "jest",
3333
"test:e2e": "cd test-e2e && npm run test:ci",
@@ -52,7 +52,7 @@
5252
"cypress": "2.x || 3.x || 4.x || 5.x || 6.x"
5353
},
5454
"lint-staged": {
55-
"test-e2e/app/public/*.js": "eslint",
55+
"test-e2e/app/*.js": "eslint",
5656
"test-e2e/mocks-legacy/**/*.js": "eslint",
5757
"test-e2e/cypress/**/*.js": "eslint",
5858
"*.js": "eslint",

0 commit comments

Comments
 (0)