Skip to content

Commit 85891ab

Browse files
author
maria-hambardzumian
committed
EPMRPP-84449 || Exclude tests from lint
1 parent a852998 commit 85891ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"es6": true,
2020
"jest": true
2121
},
22+
"ignorePatterns": ["__tests__/**/*"],
2223
"rules": {
2324
"valid-jsdoc": ["error", { "requireReturn": false }],
2425
"consistent-return": 0,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"build": "npm run clean && tsc",
88
"clean": "rimraf ./build",
9-
"lint": "eslint ./statistics/**/* ./lib/**/* ./__tests__/**/*",
9+
"lint": "eslint ./statistics/**/* ./lib/**/*",
1010
"format": "npm run lint -- --fix",
1111
"test": "jest",
1212
"test:coverage": "jest --coverage"

0 commit comments

Comments
 (0)