3 Star 1 Fork 0

ZLtele/deer-block-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc 1.15 KB
一键复制 编辑 原始数据 按行查看 历史
鲍磊 提交于 2022-04-20 13:08 . feat: init
{
"extends": ["taro/react"],
"rules": {
"semi": ["error", "always"],
"no-undef": 0,
"import/first": 0,
"space-infix-ops": 1,
"array-bracket-spacing": 0,
"object-curly-spacing": ["error","always"],
"spaced-comment": 2,
"no-unused-vars": 0,
"react/no-unused-state": 0,
"react/sort-comp": 0,
"react/self-closing-comp": 1,
"react/no-multi-comp": 0,
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx", ".tsx"] }],
"@typescript-eslint/no-unused-vars": [1, { "varsIgnorePattern": "React" }],
"@typescript-eslint/no-undef": 0,
"@typescript-eslint/explicit-function-return-type": 0,
"@typescript-eslint/no-empty-function": 0,
"@typescript-eslint/no-explicit-any": 0,
"jsx-quotes": [
"error",
"prefer-double"
],
"quotes":[
"error"
],
"space-before-function-paren":0,
"import/prefer-default-export": 0,
"@typescript-eslint/camelcase": 0,
"@typescript-eslint/ban-ts-ignore": 0,
"@typescript-eslint/no-inferrable-types": 0,
"@typescript-eslint/no-shadow": 0,
"@typescript-eslint/no-use-before-define": [0],
"import/no-commonjs":0
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zltele/deer-block-app.git
git@gitee.com:zltele/deer-block-app.git
zltele
deer-block-app
deer-block-app
master

搜索帮助