chore: run prettier and eslint separately

This commit is contained in:
Johannes Loher 2023-07-10 22:01:53 +02:00
parent 78e073432f
commit bd32dad1c5
No known key found for this signature in database
GPG key ID: 7CB0A9FB553DA045
6 changed files with 23 additions and 81 deletions

View file

@ -36,28 +36,16 @@
"version": "1.20.0-0",
"flags": {
"hotReload": {
"extensions": [
"css",
"hbs",
"json"
],
"paths": [
"templates",
"css",
"lang"
]
"extensions": ["css", "hbs", "json"],
"paths": ["templates", "css", "lang"]
}
},
"compatibility": {
"minimum": "11.305",
"verified": "11"
},
"esmodules": [
"ds4.js"
],
"styles": [
"css/ds4.css"
],
"esmodules": ["ds4.js"],
"styles": ["css/ds4.css"],
"languages": [
{
"lang": "en",