47 Star 205 Fork 65

bowen/taro-msparis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 313 Bytes
一键复制 编辑 原始数据 按行查看 历史
cai.bowen 提交于 2018-12-28 13:59 . Bugfix
{
"extends": ["taro"],
"rules": {
"jsx-quotes": 0,
"import/prefer-default-export": 0,
"react/no-unused-state": 0,
"no-unused-vars": ["error", { "varsIgnorePattern": "Taro" }],
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx", ".tsx"] }]
},
"parser": "babel-eslint"
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/easytuan/taro-msparis.git
git@gitee.com:easytuan/taro-msparis.git
easytuan
taro-msparis
taro-msparis
master

搜索帮助