We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e32e6e commit 7c06dbdCopy full SHA for 7c06dbd
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"start": "webpack-dev-server --hot",
8
"build": "webpack --env.production",
9
- "lint": "eslint --ext .js,.jsx src/**",
+ "lint": "eslint --ext .js,.jsx src/**/*.js",
10
"test": "jest --coverage --u",
11
"test:watch": "jest --coverage --watchAll",
12
"test:updateSnapshot": "jest --updateSnapshot",
0 commit comments