2 Star 0 Fork 0

keep/pk_pc

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.cjs 876 Bytes
一键复制 编辑 原始数据 按行查看 历史
jason 提交于 2024-06-15 16:42 . 迁移
module.exports = {
plugins: {
vue: require('eslint-plugin-vue'),
'@typescript-eslint': require('@typescript-eslint/eslint-plugin'),
},
rules: {
indent: [ 'error', 2 ],
semi: [ 'error', 'always' ],
quotes: [
'error',
'single',
{ avoidEscape: true, allowTemplateLiterals: false },
],
'one-var': [ 'error', 'never' ],
'no-unused-vars': 'error',
'arrow-body-style': [ 'error', 'as-needed' ],
'space-before-function-paren': [ 'error', 'always' ],
'object-curly-spacing': [ 'error', 'always' ],
'array-bracket-spacing': [ 'error', 'always' ],
},
ignores: [
'*.sh',
'node_modules/**',
'*.md',
'*.woff',
'*.ttf',
'.vscode/**',
'.idea/**',
'dist/**',
'public/**',
'docs/**',
'.husky/**',
'.local/**',
'bin/**',
'Dockerfile',
'package.json',
],
};
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/keep1996/pk_pc.git
git@gitee.com:keep1996/pk_pc.git
keep1996
pk_pc
pk_pc
pc_new_owen

搜索帮助

0d507c66 1850385 C8b1a773 1850385