Skip to content

Commit

Permalink
replace ignores with ignorePatterns in eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidghi committed Jun 12, 2024
1 parent 43de7f2 commit fef5052
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@
"always"
]
},
"ignores": ["node_modules", "build"]
"ignorePatterns": ["node_modules", "build"]
}

0 comments on commit fef5052

Please sign in to comment.