1 Star 1 Fork 1

Sober / imgtogitee

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 516 Bytes
一键复制 编辑 原始数据 按行查看 历史
 千山 提交于 2022-10-27 16:46 . no commit message
{
"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"
]
}
TypeScript
1
https://gitee.com/kudsu/imgtogitee.git
git@gitee.com:kudsu/imgtogitee.git
kudsu
imgtogitee
imgtogitee
master

搜索帮助