parent
8e3bea9429
commit
063e745313
@ -0,0 +1,19 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "lint",
|
||||
"problemMatcher": [],
|
||||
"label": "npm: lint",
|
||||
"detail": "prettier --plugin-search-dir . --check . && eslint ."
|
||||
},
|
||||
{
|
||||
"type": "npm",
|
||||
"script": "format",
|
||||
"problemMatcher": [],
|
||||
"label": "npm: format",
|
||||
"detail": "prettier --plugin-search-dir . --write ."
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in new issue