Added support for linting handlebars files in Admin when committing

- this requires duplicating the `*.js` definition as per the lint-staged
  docs because only the closest set of configuration applies at any one time
This commit is contained in:
Daniel Lockyer 2022-10-10 17:12:37 +07:00
parent 8ec071a47c
commit 10c5f6680c
No known key found for this signature in database

View File

@ -173,8 +173,12 @@
"ember": {
"edition": "octane"
},
"lint-staged": {
"*.hbs": "ember-template-lint",
"*.js": "eslint"
},
"dependencies": {
"path-browserify": "1.0.1",
"webpack": "5.74.0"
}
}
}