chore: tslint to eslint

This commit is contained in:
41666 2020-10-15 00:17:53 -04:00
parent 97c09f4aa5
commit a33aa3841c
29 changed files with 681 additions and 173 deletions

12
.vscode/settings.json vendored
View file

@ -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
}