1 Star 1 Fork 1

Alibaba/ChatUI

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 864 Bytes
一键复制 编辑 原始数据 按行查看 历史
akai 提交于 2022-05-12 11:16 . chore: fix eslintrc
module.exports = {
root: true,
parserOptions: {
ecmaVersion: 2020,
project: './tsconfig.json',
},
extends: [
'airbnb/hooks',
'airbnb-typescript',
'prettier',
],
env: {
browser: true,
jest: true,
},
plugins: ['compat', 'import', 'jsx-a11y', 'react', 'react-hooks'],
rules: {
'compat/compat': 'error',
'import/prefer-default-export': 'off',
// 'no-underscore-dangle': 'off',
// 'react/jsx-filename-extension': 'off',
'react/jsx-props-no-spreading': 'off',
// 'react/no-array-index-key': 'off',
'react/require-default-props': 'off',
'react/prop-types': 'off',
// 'jsx-a11y/click-events-have-key-events': 'off',
// 'jsx-a11y/label-has-associated-control': 'off',
// 'jsx-a11y/label-has-for': 'off',
},
settings: {
polyfills: ['IntersectionObserver', 'Promise'],
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/alibaba/ChatUI.git
[email protected]:alibaba/ChatUI.git
alibaba
ChatUI
ChatUI
next

搜索帮助