4 Star 2 Fork 4

Gitee 极速下载/react-grid-layout

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/STRML/react-grid-layout
克隆/下载
.eslintrc.json 828 Bytes
一键复制 编辑 原始数据 按行查看 历史
Samuel Reed 提交于 2021-12-17 12:10 . chore(dev): fix lint/prettier flows
{
"root": true,
"parser": "@babel/eslint-parser",
"plugins": ["react", "flowtype", "unicorn"],
"extends": [
"eslint:recommended",
"plugin:react/recommended",
"plugin:flowtype/recommended"
],
"rules": {
"no-console": "off",
"no-use-before-define": ["error", "nofunc"],
"no-unused-vars": [
"warn",
{
"argsIgnorePattern": "^(e|_.*)$",
"vars": "local",
"varsIgnorePattern": "(debug|^_)"
}
],
"prefer-const": "error",
"react/jsx-boolean-value": ["error", "always"],
"unicorn/better-regex": "warn",
"unicorn/expiring-todo-comments": "error",
"unicorn/no-abusive-eslint-disable": "error"
},
"env": {
"browser": true,
"node": true,
"es6": true
},
"settings": {
"react": {
"version": "detect"
}
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/react-grid-layout.git
git@gitee.com:mirrors/react-grid-layout.git
mirrors
react-grid-layout
react-grid-layout
master

搜索帮助