代码拉取完成,页面将自动刷新
{
"parser": "babel-eslint",
"parserOptions": {
"ecmaFeatures": {
"jsx": true, // 支持jsx
"modules": false
}
},
"plugins": [
"babel",
"react"
],
"extends": [
"standard",
"standard-react"
],
"rules": {
"strict": 0,
"semi": [1, "always"],
"quotes": [
1,
"single"
],
"indent": [
"warn",
2,
{
"SwitchCase": 1
}
],
"comma-spacing": [
1,
{
"before": false,
"after": true
}
],
"no-unused-vars": [
1,
{
// 允许声明未使用变量
"vars": "local",
// 参数不检查
"args": "none"
}
],
//必须使用 if(){} 中的{}
"curly": [
2,
"all"
],
"no-useless-constructor": 0,
"react/no-did-mount-set-state": 0,
"react/prop-types": 0
},
"env": {
"browser": true,
"es6": true
},
"globals": {
"__DEV__": false,
"__TEST__": false,
"__PROD__": false
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。