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 a852998 commit 85891abCopy full SHA for 85891ab
.eslintrc
@@ -19,6 +19,7 @@
19
"es6": true,
20
"jest": true
21
},
22
+ "ignorePatterns": ["__tests__/**/*"],
23
"rules": {
24
"valid-jsdoc": ["error", { "requireReturn": false }],
25
"consistent-return": 0,
package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"build": "npm run clean && tsc",
8
"clean": "rimraf ./build",
9
- "lint": "eslint ./statistics/**/* ./lib/**/* ./__tests__/**/*",
+ "lint": "eslint ./statistics/**/* ./lib/**/*",
10
"format": "npm run lint -- --fix",
11
"test": "jest",
12
"test:coverage": "jest --coverage"
0 commit comments