Skip to content

Commit

Permalink
Limit scope of lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Italo Borrelli committed Feb 29, 2024
1 parent 2e8e79c commit df8adb7
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/**.js' 'webpack.config.js' --format stylish",
"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 df8adb7

Please sign in to comment.