1 Star 3 Fork 0

前端代码工具库/page-spy-web

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 563 Bytes
一键复制 编辑 原始数据 按行查看 历史
blucas.wu 提交于 2023-04-27 10:44 . init socket-message store
/**
* @type {import('eslint').Linter.BaseConfig}
*/
module.exports = {
extends: [
'alloy',
'alloy/react',
'alloy/typescript',
'plugin:react-hooks/recommended',
],
settings: {
react: {
version: 'detect',
},
},
rules: {
'no-undef': 'off',
'@typescript-eslint/consistent-type-assertions': 'off',
'@typescript-eslint/no-invalid-void-type': 'off',
'@typescript-eslint/no-inferrable-types': 'off',
'@typescript-eslint/explicit-member-accessibility': 'off',
'max-nested-callbacks': ['error', 5],
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/tomxiang/page-spy-web.git
git@gitee.com:tomxiang/page-spy-web.git
tomxiang
page-spy-web
page-spy-web
main

搜索帮助