mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-06-15 17:19:10 +00:00
chore: tslint to eslint
This commit is contained in:
parent
97c09f4aa5
commit
a33aa3841c
29 changed files with 681 additions and 173 deletions
12
.vscode/settings.json
vendored
12
.vscode/settings.json
vendored
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"go.inferGopath": false,
|
||||
"editor.tabSize": 2,
|
||||
"editor.insertSpaces": true,
|
||||
"editor.formatOnSave": true,
|
||||
"bazel.buildifierFixOnFormat": true,
|
||||
"[starlark]": {
|
||||
"editor.tabSize": 4
|
||||
}
|
||||
},
|
||||
"bazel.buildifierFixOnFormat": true,
|
||||
"editor.formatOnSave": true,
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2,
|
||||
"go.inferGopath": false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue