1 Star 0 Fork 14

future/1.1.jsx

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc 1.34 KB
一键复制 编辑 原始数据 按行查看 历史
zhangrenyang 提交于 2018-07-17 13:30 . init
{
"extends":["eslint-config-airbnb"],
"env":{
"browser":true,
"node":true,
"mocha":true,
"jest":true,
"es6":true
},
"parser":"babel-eslint",
"parserOptions":{
"ecmaVersion":6,
"ecmaFeatures":{
"jsx":true,
"experimentalObjectRestSpread":true
}
},
"plugins":[
"react",
"babel"],
"rules":{
"func-names":0,
"arrow-body-style":0,
"react/sort-comp":0,
"react/prop-types":0,
"react/jsx-first-prop-new-line":0,
"react/jsx-filename-extension": 0,
"react/react-in-jsx-scope": 0,
"react/no-children-prop": 0,
"import/no-unresolved":0,
"no-param-reassign":0,
"no-return-assign":0,
"max-len":0,
"consistent-return":0,
"no-redeclare":0,
"semi": [2, "never"],
"no-extra-semi":2,
"import/no-extraneous-dependencies": 0,
"import/extensions": 0,
"jsx-a11y/no-static-element-interactions": 0,
"jsx-a11y/href-no-hash": 0,
"react/no-find-dom-node": 0,
"import/imports-first": 0,
"react/no-string-refs": 0,
"import/prefer-default-export": 0,
"react/forbid-prop-types": 0,
"no-plusplus": 0,
"no-continue": 0,
"no-underscore-dangle": 0,
"no-template-curly-in-string": 0,
"no-nested-ternary": 0,
"no-useless-escape": 0,
"no-unused-vars": ["error", { "varsIgnorePattern": "(createElement|JSDOM)" }]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/frankest/1.1.jsx.git
git@gitee.com:frankest/1.1.jsx.git
frankest
1.1.jsx
1.1.jsx
master

搜索帮助