8 Star 42 Fork 8

云小飞/React_IE8_boilerplate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc 713 Bytes
一键复制 编辑 原始数据 按行查看 历史
云小飞 提交于 2019-07-16 10:59 . 1. 添加基础样式
{
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": [
"eslint-config-alloy/react",
"eslint-config-alloy/typescript"
],
"globals": {
},
"rules": {
"quotes": "off",
"@typescript-eslint/explicit-member-accessibility": 0,
"no-trailing-spaces": "off",
"no-alert": "warn",
"no-console": "warn",
"no-debugger": "warn",
"no-undefined": "off",
// "no-unused-vars": "warn",
"react/jsx-pascal-case": "warn",
"max-len": ["warn", 120],
"max-lines": ["warn", 500],
"max-statements": ["warn", 100],
"camelcase": "error",
"@typescript-eslint/no-inferrable-types": "off"
// "react/no-multi-comp": "error"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/menhal/React_IE8_boilerplate.git
git@gitee.com:menhal/React_IE8_boilerplate.git
menhal
React_IE8_boilerplate
React_IE8_boilerplate
ts

搜索帮助