1 Star 0 Fork 0

Fsj_wade/textbus-cida-xnote

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc 1.38 KB
一键复制 编辑 原始数据 按行查看 历史
tbhuabi 提交于 2024-05-04 00:21 . style: eslint
{
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint", "import"],
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module"
},
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended"
],
"env": {
"browser": true
},
"rules": {
"linebreak-style": 0,
"no-console": 0,
"no-debugger": 0,
"no-irregular-whitespace": "off",
"no-useless-escape": "off",
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/no-empty-interface": 0,
"@typescript-eslint/no-this-alias": 0,
"@typescript-eslint/ban-ts-comment": 0,
"@typescript-eslint/explicit-module-boundary-types": 0,
"@typescript-eslint/no-non-null-assertion": 0,
"no-constant-condition": ["error", {"checkLoops": false }],
"semi": [1, "never"],
"no-else-return": 1,
"no-lonely-if": 1,
"no-multi-spaces": 1,
"no-multiple-empty-lines": 1,
"quotes": [1, "single"],
"array-callback-return": 1,
"import/order": [
1,
{
"groups": [
[
"builtin",
"external",
"internal",
"type"
],
[
"parent",
"sibling",
"index"
]
],
"newlines-between": "always"
}
]
},
"ignorePatterns": ["node_modules"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fsj2001/textbus-cida-xnote.git
git@gitee.com:fsj2001/textbus-cida-xnote.git
fsj2001
textbus-cida-xnote
textbus-cida-xnote
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385