Skip to content

Commit

Permalink
chore: Add Jest environment to ESLint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bicstone committed May 6, 2024
1 parent 3a99f64 commit 7aa6e67
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
"plugin:import/recommended",
"plugin:import/typescript",
"prettier"
]
],
"env": {
"jest": true
}
}
]
}

0 comments on commit 7aa6e67

Please sign in to comment.