mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-23 10:53:34 +03:00
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:
parent
8ec071a47c
commit
10c5f6680c
@ -173,6 +173,10 @@
|
||||
"ember": {
|
||||
"edition": "octane"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.hbs": "ember-template-lint",
|
||||
"*.js": "eslint"
|
||||
},
|
||||
"dependencies": {
|
||||
"path-browserify": "1.0.1",
|
||||
"webpack": "5.74.0"
|
||||
|
Loading…
Reference in New Issue
Block a user