Skip to content

Commit

Permalink
Exclude build artifacts from eslint (#32)
Browse files Browse the repository at this point in the history
Prevents it attempting to lint irrelevant files that will likely fail eslint rules
  • Loading branch information
SamCarlberg authored Sep 28, 2024
1 parent 71a67ff commit 4127315
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import pluginReact from "eslint-plugin-react"


export default [
{
ignores: ["build/**"],
},
{
files: ["**/*.{js,mjs,cjs,ts,jsx,tsx}"],
plugins: {
Expand Down

0 comments on commit 4127315

Please sign in to comment.