From package.json in root
"lint-staged": {
"*.ts": [
"lint"
]
},
- projects code is written in
.js so the glob pattern probably should be for ".js" (or both extensions for future code (e.g. vscode-pv-handlebars-languag PR))
- there is no executable "lint" in the npm dependencies. probably
eslint was meant here.
From
package.jsonin root.jsso the glob pattern probably should be for ".js" (or both extensions for future code (e.g. vscode-pv-handlebars-languag PR))eslintwas meant here.