1 Star 0 Fork 0

moremind/JavaNorthMiniApp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 522 Bytes
一键复制 编辑 原始数据 按行查看 历史
moremind 提交于 2020-01-08 17:05 +08:00 . init
{
"extends": ["taro", "plugin:@typescript-eslint/recommended"],
"parser": "@typescript-eslint/parser",
"rules": {
"no-unused-vars": ["error", { "varsIgnorePattern": "Taro" }],
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx", ".tsx"] }],
"@typescript-eslint/explicit-function-return-type": 0,
"@typescript-eslint/no-empty-function": ["warn"]
},
"parserOptions": {
"ecmaFeatures": {
"jsx": true
},
"useJSXTextNode": true,
"project": "./tsconfig.json"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/moremind/JavaNorthMiniApp.git
git@gitee.com:moremind/JavaNorthMiniApp.git
moremind
JavaNorthMiniApp
JavaNorthMiniApp
master

搜索帮助