Skip to content

Commit

Permalink
add node_modules as exemption in eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasperi committed Nov 25, 2024
1 parent d567679 commit 1a9481b
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
@@ -1,6 +1,6 @@
{
"root": true,
"ignorePatterns": ["**/*"],
"ignorePatterns": ["**/*", "node_modules/**"],
"plugins": ["@nrwl/nx"],
"overrides": [
{
Expand Down

0 comments on commit 1a9481b

Please # to comment.