Skip to content

Commit

Permalink
chore: change overrides eslintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Nov 26, 2020
1 parent d4f7f70 commit 4b2b5dc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ module.exports = {
overrides: [
{
files: [
"**/__tests__/*.{j,t}s?(x)",
"**/tests/unit/**/*.spec.{j,t}s?(x)"
"**/tests/unit/*.spec.{j,t}s?(x)"
],
env: {
jest: true
Expand Down

0 comments on commit 4b2b5dc

Please sign in to comment.