Skip to content

Commit

Permalink
fix(eslint): lint the Jest configuration file
Browse files Browse the repository at this point in the history
Refs #422
  • Loading branch information
thewilkybarkid committed Nov 3, 2021
1 parent 48db63a commit 7955191
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
/integration/
/src/frontend/
/test/
/jest.config.ts
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"error",
{
"allowModules": [
"@jest/types",
"lodash"
]
}
Expand Down

0 comments on commit 7955191

Please sign in to comment.