Skip to content

Commit

Permalink
Add eslintignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Italo Borrelli committed Feb 29, 2024
1 parent c81a6bb commit 43e6029
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"vscode:prepublish": "webpack --mode production",
"compile": "tsc -p ./",
"watch": "webpack --mode development --watch",
"lint": "eslint 'src/**/*.ts' './scripts/build.js' './webpack.config.js' --format stylish --ignore-pattern 'node_modules/'",
"lint": "eslint 'src/**/*.ts' './scripts/build.js' './webpack.config.js' --format stylish",
"build-plugin": "node scripts/build.js"
},
"extensionDependencies": [
Expand Down

0 comments on commit 43e6029

Please sign in to comment.