2 Star 7 Fork 0

柠檬叶子 / pip-manager

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc.json 841 Bytes
一键复制 编辑 原始数据 按行查看 历史
柠檬叶子 提交于 2021-11-03 14:35 . add py source config
{
"root": true,
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"plugins": [
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/naming-convention": [
"warn",
{
"selector": "variable",
"format": [
"camelCase",
"UPPER_CASE"
],
"filter": {
"regex": "^I.*$",
"match": false
}
}
],
"@typescript-eslint/semi": "warn",
"curly": "warn",
"eqeqeq": "warn",
"no-throw-literal": "warn",
"semi": "off"
},
"ignorePatterns": [
"out",
"dist",
"**/*.d.ts"
]
}
TypeScript
1
https://gitee.com/slightc/pip-manager.git
git@gitee.com:slightc/pip-manager.git
slightc
pip-manager
pip-manager
main

搜索帮助