1 Star 0 Fork 0

xfFelix / taro-shopping

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc 638 Bytes
一键复制 编辑 原始数据 按行查看 历史
xfFelix 提交于 2019-10-22 10:03 . first commit
{
"extends": ["taro"],
"rules": {
"taro/this-props-function": 0,
"no-unused-vars": 0,
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx", ".tsx"] }],
"react/jsx-curly-brace-presence": 0,
"jsx-quotes": "off",
"react/jsx-closing-bracket-location": 0,
"react/jsx-no-undef": 0,
"no-shadow": "off",
"react/jsx-tag-spacing": 0,
"import/first": 0,
"import/prefer-default-export": 0,
"import/no-commonjs": 0,
"react/no-unused-state": 1,
"no-restricted-globals": "warn",
"react/jsx-boolean-value": 0,
"react/no-string-refs": 0
},
"parser": "babel-eslint"
}
JavaScript
1
https://gitee.com/xfFelix/taro-shopping.git
git@gitee.com:xfFelix/taro-shopping.git
xfFelix
taro-shopping
taro-shopping
master

搜索帮助