Skip to content

Commit

Permalink
Disable lint rule for ignoring test files
Browse files Browse the repository at this point in the history
  • Loading branch information
notlmn committed Jul 20, 2024
1 parent 78a887c commit 837ad01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
],
"rules": {
"import/no-unassigned-import": "off",
"no-await-in-loop": "off"
"no-await-in-loop": "off",
"ava/no-ignored-test-files": "off"
},
"overrides": [
{
Expand Down

0 comments on commit 837ad01

Please sign in to comment.