Skip to content

Commit

Permalink
fix(eslint): lint the Jest tests
Browse files Browse the repository at this point in the history
Refs #422
  • Loading branch information
thewilkybarkid committed Nov 3, 2021
1 parent 7955191 commit 079a52e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/dist/
/integration/
/src/frontend/
/test/
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@
"import/namespace": ["error", {
"allowComputed": true
}],
"node/no-missing-import": "off"
"jest/no-disabled-tests": "off",
"node/no-missing-import": "off",
"node/no-unpublished-import": "off"
}
},
{
Expand Down

0 comments on commit 079a52e

Please sign in to comment.