1 Star 0 Fork 0

第十人i / taro-person-project

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.eslintrc 432 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
第十人i 提交于 2020-01-29 21:00 . init
{
"extends": ["taro"],
"rules": {
"no-unused-vars": [
"error",
{
"varsIgnorePattern": "Taro"
}
],
"react/jsx-filename-extension": [
1,
{
"extensions": [".js", ".jsx", ".tsx"]
}
]
},
"parser": "@typescript-eslint/parser",
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"useJSXTextNode": true,
"project": "./tsconfig.json"
}
}
1
https://gitee.com/EightDoor/taro-person-project.git
git@gitee.com:EightDoor/taro-person-project.git
EightDoor
taro-person-project
taro-person-project
master

搜索帮助

14c37bed 8189591 565d56ea 8189591