mirror of
https://github.com/danbulant/monaco-yaml
synced 2026-06-20 15:01:20 +00:00
use yaml-language-server's ESM and UMD modules; fix formatting
This commit is contained in:
parent
5b6cae33b2
commit
6ba5b6d180
1 changed files with 3 additions and 6 deletions
|
|
@ -62,12 +62,9 @@
|
|||
"semi": true
|
||||
},
|
||||
"lint-staged": {
|
||||
"linters": {
|
||||
"*.{json,scss,html,ts,js,jsx}": [
|
||||
"prettier --write",
|
||||
"git add"
|
||||
]
|
||||
}
|
||||
"src/*.{json,scss,html,ts,js,jsx}|scripts/*.js": [
|
||||
"prettier --write"
|
||||
]
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue