Exclude node_modules from linting

pull/5370/head
ioedeveloper 4 years ago
parent f40b7f7874
commit cb1a7f842d
  1. 3
      workspace.json

@ -464,7 +464,8 @@
"files": [
"libs/remixd/src/**/*.ts",
"libs/remixd/bin/**/*.ts"
]
],
"exclude": ["**/node_modules/**"]
}
},
"test": {

Loading…
Cancel
Save