Skip to content

Commit

Permalink
fix: ignore generated eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
hmbanan666 committed Aug 21, 2024
1 parent f0b7aee commit f8cac0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,4 @@ testem.log
.nuxt
.nitro
.cache
eslint.config.mjs
1 change: 0 additions & 1 deletion nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"production": [
"default",
"!{projectRoot}/.eslintrc.json",
"!{projectRoot}/eslint.config.js",
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
"!{projectRoot}/tsconfig.spec.json"
],
Expand Down

0 comments on commit f8cac0a

Please sign in to comment.