1 Star 8 Fork 3

双反光 / Thief-Book-VSCode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 516 Bytes
一键复制 编辑 原始数据 按行查看 历史
双反光 提交于 2022-05-08 12:58 . 11
{
"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"
},
"ignorePatterns": [
"out",
"dist",
"**/*.d.ts"
]
}
1
https://gitee.com/shuangfanguang/Thief-Book-VSCode.git
git@gitee.com:shuangfanguang/Thief-Book-VSCode.git
shuangfanguang
Thief-Book-VSCode
Thief-Book-VSCode
master

搜索帮助