Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit a985bd1

Browse files
fix: lint commands
1 parent d3dd948 commit a985bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/js/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"start": "yarn build",
88
"test": "yarn lint && yarn cover",
99
"test:update": "yarn lint && yarn cover:update",
10-
"lint": "eslint src/**/**/*.js __tests__/**/**/*.js",
11-
"lint:fix": "eslint --fix src/**/**/*.ts __tests__/**/**/*.ts",
10+
"lint": "eslint 'src/**/*.js' '__tests__/**/*.js'",
11+
"lint:fix": "eslint --fix 'src/**/*.js' '__tests__/**/*.js'",
1212
"cover": "jest --coverage",
1313
"cover:update": "jest --coverage --updateSnapshot",
1414
"develop": "yarn develop:m && yarn develop:g",

0 commit comments

Comments
 (0)