Commit cd470fa5 authored by ioedeveloper's avatar ioedeveloper

Exclude node_modules from linting

parent f304be05
...@@ -464,7 +464,8 @@ ...@@ -464,7 +464,8 @@
"files": [ "files": [
"libs/remixd/src/**/*.ts", "libs/remixd/src/**/*.ts",
"libs/remixd/bin/**/*.ts" "libs/remixd/bin/**/*.ts"
] ],
"exclude": ["**/node_modules/**"]
} }
}, },
"test": { "test": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment