Skip to content

Commit

Permalink
test: set jest env for test files - rule
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerpadilla committed Nov 6, 2023
1 parent 23117f3 commit 3809afc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@
"files": ["packages/**/*{.,-}{spec,it}.ts", "config/test-*.js"],
"env": {
"jest": true
},
"rules": {
"@typescript-eslint/no-unused-vars": 0
}
}
]
Expand Down

0 comments on commit 3809afc

Please sign in to comment.