Skip to content

Commit

Permalink
Ignore lint on node_modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Italo Borrelli committed Feb 29, 2024
1 parent df8adb7 commit c81a6bb
Showing 1 changed file with 1 addition and 1 deletion.
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",
"lint": "eslint 'src/**/*.ts' './scripts/build.js' './webpack.config.js' --format stylish --ignore-pattern 'node_modules/'",
"build-plugin": "node scripts/build.js"
},
"extensionDependencies": [
Expand Down

0 comments on commit c81a6bb

Please sign in to comment.