2 Star 3 Fork 0

祝威廉 / mlsql-lang-vscode-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 434 Bytes
一键复制 编辑 原始数据 按行查看 历史
WilliamZhu 提交于 2021-08-28 19:48 . rf
{
"root": true,
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/naming-convention": "warn",
"@typescript-eslint/semi": "warn",
"curly": "warn",
"eqeqeq": "warn",
"no-throw-literal": "warn",
"semi": "off"
}
}
TypeScript
1
https://gitee.com/allwefantasy/mlsql-lang-vscode-plugin.git
git@gitee.com:allwefantasy/mlsql-lang-vscode-plugin.git
allwefantasy
mlsql-lang-vscode-plugin
mlsql-lang-vscode-plugin
master

搜索帮助