Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
chore: tuned eslint ignore patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
david-luna committed Jul 25, 2023
1 parent c29aa3c commit 6572245
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@
"ignorePatterns": [
"/*.example.js", // a pattern for uncommited local dev files to avoid linting
"/*.example.mjs", // a pattern for uncommited local dev files to avoid linting
"/.nyc_output",
"/build",
"node_modules",
"/test_output",
"tmp"
"/.nyc_output"
]
}

0 comments on commit 6572245

Please sign in to comment.