1 Star 0 Fork 0

coderpak/vue3-ts-cms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.husky
.vscode
public
src
.editorconfig
.env.development
.env.production
.eslintrc.cjs
.gitignore
.prettierrc.json
LICENSE
README.md
auto-imports.d.ts
commitlint.config.js
components.d.ts
env.d.ts
index.html
package-lock.json
package.json
tsconfig.config.json
tsconfig.json
vite.config.ts
克隆/下载
.eslintrc.cjs 481 Bytes
一键复制 编辑 原始数据 按行查看 历史
coderpak 提交于 2年前 . feat: 222222
/* eslint-env node */
require('@rushstack/eslint-patch/modern-module-resolution')
module.exports = {
root: true,
extends: [
'plugin:vue/vue3-essential',
'eslint:recommended',
'@vue/eslint-config-typescript',
'@vue/eslint-config-prettier',
'plugin:prettier/recommended'
],
parserOptions: {
ecmaVersion: 'latest'
},
rules: {
'@typescript-eslint/no-unused-vars': 'off',
'vue/multi-word-component-names': 'off',
'no-undef': 'off'
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/pakpakpak/vue3-ts-cms.git
git@gitee.com:pakpakpak/vue3-ts-cms.git
pakpakpak
vue3-ts-cms
vue3-ts-cms
master

搜索帮助