Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit bf43902

Browse files
authored
Merge pull request #183 from smashingboxes/bugfix/kill-jest-linting-errors
Make eslint aware of Jest functions
2 parents 7d04804 + 3ee8e83 commit bf43902

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.eslintrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"document": true,
99
"window": true
1010
},
11+
"env": {
12+
"jest": true
13+
},
1114
"parser": "babel-eslint",
1215
"plugins": [
1316
"prettier"

0 commit comments

Comments
 (0)