1 Star 0 Fork 0

雷军/codesandbox-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 858 Bytes
一键复制 编辑 原始数据 按行查看 历史
{
"extends": ["airbnb", "prettier", "prettier/react", "prettier/flowtype"],
"parser": "babel-eslint",
"env": {
"browser": true,
"node": true,
"jest": true,
"es6": true
},
"globals": {
"Raven": true,
"VERSION": true,
"$PropertyType": true,
"TimeoutID": true
},
"rules": {
"react/jsx-filename-extension": 0,
"react/sort-comp": 0,
"import/no-extraneous-dependencies": 0,
"react/prop-types": 0,
"arrow-parens": 0,
"import/prefer-default-export": 0,
"class-methods-use-this": 0,
"no-console": ["error", { "allow": ["error"] }],
"prefer-template": "off",
"no-plusplus": 0,
"no-underscore-dangle": "off",
"no-nested-ternary": "warn",
"react/require-default-props": "off",
"import/no-named-default": 0,
"no-param-reassign": ["error", { "props": false }]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lei2jun/codesandbox-client.git
git@gitee.com:lei2jun/codesandbox-client.git
lei2jun
codesandbox-client
codesandbox-client
master

搜索帮助