Ai
7 Star 39 Fork 7

哈浪/react-hooks

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 707 Bytes
一键复制 编辑 原始数据 按行查看 历史
halang 提交于 2022-05-13 17:07 +08:00 . 加入eslint规范
module.exports = {
env: {
browser: true,
commonjs: true,
es6: true,
node: true
},
extends: [
"eslint:recommended",
"plugin:react/recommended",
"plugin:@typescript-eslint/recommended",
"prettier",
// 'plugin:prettier/recommended'
],
parser: "@typescript-eslint/parser",
parserOptions: {
"ecmaFeatures": {
"jsx": true
},
"ecmaVersion": "latest",
"sourceType": "module"
},
plugins: [
"react",
"@typescript-eslint"
],
rules: {
"quotes": 2,
"semi": 1,
"no-console": 0,
"space-before-function-paren": 0
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ha-lang/react-hooks.git
git@gitee.com:ha-lang/react-hooks.git
ha-lang
react-hooks
react-hooks
master

搜索帮助