Browse Source

Prettiers

main
Ramin Tadayon 1 year ago
parent
commit
26454554b1
No known key found for this signature in database GPG Key ID: 79D60DDE3DFB95F5
1 changed files with 3 additions and 11 deletions
  1. +3
    -11
      .vscode/tasks.json

+ 3
- 11
.vscode/tasks.json View File

@ -20,18 +20,13 @@
"type": "npm",
"script": "build",
"group": "build",
"problemMatcher": [
"$ts-checker-webpack",
"$ts-checker-eslint-webpack"
]
"problemMatcher": ["$ts-checker-webpack", "$ts-checker-eslint-webpack"]
},
{
"type": "npm",
"script": "lint",
"group": "build",
"problemMatcher": [
"$eslint-stylish"
]
"problemMatcher": ["$eslint-stylish"]
},
{
"type": "npm",
@ -44,10 +39,7 @@
"presentation": {
"group": "watchers"
},
"problemMatcher": [
"$ts-checker-webpack-watch",
"$ts-checker-eslint-webpack-watch"
]
"problemMatcher": ["$ts-checker-webpack-watch", "$ts-checker-eslint-webpack-watch"]
},
{
"label": "Run (local web)",

||||||
x
 
000:0
Loading…
Cancel
Save