1 Star 1 Fork 0

viarotel-org/cleants

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
eslint.config.js 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
viarotel 提交于 2024-10-16 20:37 +08:00 . feat: 🚀 Optimizing CLI Processes
import antfu from '@antfu/eslint-config'
export default antfu(
{
typescript: false,
ignores: [
'.github',
'.vscode',
'node_modules',
'dist',
],
},
{
rules: {
'jsdoc/check-param-names': 'off',
'jsdoc/check-types': 'off',
'jsdoc/require-returns-description': 'off',
'antfu/consistent-list-newline': 'off',
'antfu/top-level-function': 'off',
'import/default': 'off',
'import/order': 'off',
'node/prefer-global/process': 'off',
'no-console': 'off',
'curly': 'off',
'eqeqeq': 'off',
'no-unused-vars': 'off',
'unused-imports/no-unused-vars': 'off',
'no-debugger': 'off',
'no-restricted-syntax': 'off',
'no-new': 'off',
'prefer-promise-reject-errors': 'off',
'no-unused-expressions': 'off',
'sort-imports': 'off',
'no-useless-constructor': 'off',
'unicorn/consistent-function-scoping': 'off',
'regexp/no-unused-capturing-group': 'off',
'regexp/no-dupe-disjunctions': 'off',
'perfectionist/sort-imports': 'off',
},
},
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/viarotel-org/cleants.git
git@gitee.com:viarotel-org/cleants.git
viarotel-org
cleants
cleants
main

搜索帮助