chore: run prettier and eslint separately
This commit is contained in:
parent
78e073432f
commit
bd32dad1c5
6 changed files with 23 additions and 81 deletions
20
system.json
20
system.json
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue