代码拉取完成,页面将自动刷新
{
"parser": "babel-eslint",
"extends": "eslint:recommended",
"env": {
"es6": true,
"node": true,
"browser": true,
"mocha": true
},
"ecmaFeatures": {
"modules": true,
"jsx": true
},
"plugins": [
"react"
],
"rules": {
"no-console": 0,
"arrow-parens": [2, "always"],
"comma-dangle": [2, "always-multiline"],
"eqeqeq": 2,
"indent": [2, 4],
"linebreak-style": [2, "unix"],
"prefer-arrow-callback": 2,
"quotes": [2, "single"],
"semi": [2, "always"],
"strict": [2, "never"],
"yoda": [2, "never"],
"no-alert": 2,
"no-const-assign": 2,
"no-else-return": 2,
"no-this-before-super": 2,
"no-unexpected-multiline": 2,
"no-var": 2,
"no-warning-comments": 1,
"react/jsx-uses-react": 2
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。