Skip to content
This repository was archived by the owner on Mar 28, 2022. It is now read-only.

Commit 447294b

Browse files
committed
Lint test files
1 parent 8d442d3 commit 447294b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"module": "dist/index.esm.js",
2525
"scripts": {
2626
"build": "rollup --config",
27-
"lint": "eslint index.js test src jest.config.js test-e2e/browser/react-app/src test-e2e/browser/cypress",
27+
"lint": "eslint index.js test src jest.config.js test-e2e/browser/react-app/src test-e2e/browser/cypress test-e2e/browser/vanilla-app/public/main.js test-e2e/nodejs/es6/test test-e2e/nodejs/es6/index.js",
2828
"lint-staged": "lint-staged",
2929
"test": "jest",
3030
"coveralls": "cat ./coverage/lcov.info | coveralls",
@@ -66,7 +66,10 @@
6666
"index.js": "eslint",
6767
"jest.config.js": "eslint",
6868
"test-e2e/browser/react-app/src/**/*.js": "eslint",
69-
"test-e2e/browser/cypress/**/*.js": "eslint"
69+
"test-e2e/browser/cypress/**/*.js": "eslint",
70+
"test-e2e/browser/vanilla-app/public/main.js": "eslint",
71+
"test-e2e/nodejs/es6/test/**/*.js": "eslint",
72+
"test-e2e/nodejs/es6/index.js": "eslint"
7073
},
7174
"husky": {
7275
"hooks": {

0 commit comments

Comments
 (0)