mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-07-03 12:06:31 +02:00
Linting of .tools and test
This commit is contained in:
parent
aef6bd3d59
commit
17349dcb05
19 changed files with 333 additions and 173 deletions
9
.vscode/settings.json
vendored
9
.vscode/settings.json
vendored
|
@ -61,5 +61,12 @@
|
|||
"**/.git/objects/**",
|
||||
".vscode",
|
||||
".eslintrc.json"
|
||||
]
|
||||
],
|
||||
"eslint.validate": [
|
||||
"javascript",
|
||||
"php",
|
||||
"html"
|
||||
],
|
||||
"eslint.options": {"--ext": ".js,.html,.php"},
|
||||
"eslint.lintTask.enable": true
|
||||
}
|
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
|
@ -16,7 +16,9 @@
|
|||
"command": "eslint"
|
||||
},
|
||||
"args": [
|
||||
"./"
|
||||
"./",
|
||||
"--ext",
|
||||
".js,.html,.php"
|
||||
],
|
||||
"presentation": {
|
||||
"echo": true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue