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 261a731 commit 5c61f4aCopy full SHA for 5c61f4a
package.json
@@ -8,7 +8,7 @@
8
"build": "babel src --out-dir lib --source-maps",
9
"lint:src": "eslint 'src/**/*.js'",
10
"lint:test": "eslint 'spec/**/*.js'",
11
- "lint:fix": "eslint 'spec/**/*.js' --fix && eslint 'spec/**/*.js' --fix",
+ "lint:fix": "eslint 'src/**/*.js' --fix && eslint 'spec/**/*.js' --fix",
12
"lint": "npm run lint:src && npm run lint:test",
13
"test": "nyc --reporter=lcov jasmine",
14
"posttest": "nyc report --reporter=json && codecov -f coverage/*.json",
0 commit comments