1 Star 0 Fork 0

RFst/Yacd-meta

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.yml 1.19 KB
一键复制 编辑 原始数据 按行查看 历史
kunish 提交于 2023-01-27 02:56 . chore: optimize development workflow
parser: '@typescript-eslint/parser'
plugins:
- simple-import-sort
- jsx-a11y
extends:
- 'plugin:@typescript-eslint/recommended'
- prettier
- react-app
- 'plugin:jsx-a11y/recommended'
env:
node: true
jest: true
globals:
__DEV__: true
rules:
'@typescript-eslint/no-empty-interface': 'off'
'@typescript-eslint/interface-name-prefix': 'off'
'@typescript-eslint/explicit-function-return-type': 'off'
'@typescript-eslint/no-explicit-any': 'off'
'@typescript-eslint/camelcase': 'off'
'no-use-before-define': 'off'
'@typescript-eslint/no-unused-vars':
- 'error'
- argsIgnorePattern: '^_'
'@typescript-eslint/no-use-before-define':
- 'error'
- functions: false
# disable this temporarily since we have a lot of JS files
# and typescript-eslint runs against JS files too
'@typescript-eslint/explicit-module-boundary-types': 'off'
'@typescript-eslint/ban-ts-comment': 'off'
'@typescript-eslint/ban-ts-ignore': 'off'
react-hooks/rules-of-hooks: 'error'
react-hooks/exhaustive-deps:
- 'warn'
- additionalHooks: 'useRecoilCallback'
simple-import-sort/imports: 'error'
# quotes: ['error', 'single']
# strict: ['error', 'never']
# no-console: 'warn'
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/RiseZero/Yacd-meta.git
git@gitee.com:RiseZero/Yacd-meta.git
RiseZero
Yacd-meta
Yacd-meta
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385