1 Star 0 Fork 1

tangshengjian/react-components

forked from keekuun/react-components 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc 555 Bytes
一键复制 编辑 原始数据 按行查看 历史
keekuun 提交于 2020-12-12 10:55 +08:00 . feat: 增加image viewer
{
"parser": "@typescript-eslint/parser",
"extends": [
"eslint:recommended",
"plugin:@typescript-eslint/recommended",
"prettier/@typescript-eslint",
"plugin:react/recommended",
"plugin:prettier/recommended"
],
"rules": {
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/interface-name-prefix": "off",
"@typescript-eslint/explicit-member-accessibility": "off"
},
"env": {
"jest": true,
"node": true,
"browser": true
},
"plugins": ["@typescript-eslint", "prettier"]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tangshengjian/react-components.git
git@gitee.com:tangshengjian/react-components.git
tangshengjian
react-components
react-components
master

搜索帮助