diff --git a/.eslintrc.json b/.eslintrc.json index e13cf0e..6a12ba0 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,6 +1,6 @@ { "root": true, - "ignorePatterns": ["**/*"], + "ignorePatterns": ["**/*", "node_modules/**"], "plugins": ["@nrwl/nx"], "overrides": [ {