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 4694023 commit dcd0905Copy full SHA for dcd0905
package.json
@@ -58,7 +58,7 @@
58
"scripts": {
59
"start": "react-scripts start",
60
"build": "react-scripts build",
61
- "lint": "eslint 'src/**/*.js'",
+ "lint": "eslint \"src/**/*.js\"",
62
"test": "react-scripts test",
63
"test:cov": "npm test -- --coverage --watchAll=false",
64
"test:debug": "react-scripts --inspect-brk test --runInBand",
0 commit comments