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 98892a1 commit b75844aCopy full SHA for b75844a
.eslintignore
package.json
@@ -10,8 +10,8 @@
10
"scripts": {
11
"test": "mocha test/*.js",
12
"pretest": "npm run lint",
13
- "lint": "eslint .",
14
- "lint:fix": "eslint --fix ."
+ "lint": "eslint src test benchmark",
+ "lint:fix": "eslint --fix src test benchmark"
15
},
16
"repository": {
17
"type": "git",
0 commit comments