1 Star 1 Fork 0

黄码云/vue3-temp-pc-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.eslintrc.js 888 Bytes
一键复制 编辑 原始数据 按行查看 历史
黄码云 提交于 2023-12-06 10:02 . fix(global) rename
/*
* @Author: huangyq
* @Date: 2022-03-31 15:46:30
* @LastEditTime: 2023-12-06 10:01:44
* @LastEditors: hyq
* @Description: your description
* @FilePath: /vue3-boilerplate-pc-client/.eslintrc.js
*/
module.exports = {
root: true,
extends: [
'plugin:vue/vue3-recommended',
'plugin:@typescript-eslint/recommended',
'prettier',
'plugin:prettier/recommended'
],
parser: 'vue-eslint-parser',
parserOptions: {
parser: '@typescript-eslint/parser',
sourceType: 'module',
ecmaVersion: 2020,
ecmaFeatures: {
jsx: true,
tsx: true
}
},
rules: {
'vue/script-setup-uses-vars': 'error',
'vue/multi-word-component-names': ['off'],
'comma-dangle': ['error', 'never'],
'@typescript-eslint/no-explicit-any': 'off',
'@typescript-eslint/no-non-null-assertion': 'off',
'@typescript-eslint/no-unused-vars': 'off'
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/baseHuang/vue3-temp-pc-client.git
git@gitee.com:baseHuang/vue3-temp-pc-client.git
baseHuang
vue3-temp-pc-client
vue3-temp-pc-client
master

搜索帮助