1 Star 0 Fork 1

左dason/vue-typescript-element-admin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.eslintrc.js 679 Bytes
一键复制 编辑 原始数据 按行查看 历史
峰丿 提交于 2019-10-10 15:32 . :lipstick:Updating the UI and style files.
module.exports = {
root: true,
env: {
node: true
},
extends: ['plugin:vue/essential', '@vue/typescript'],
rules: {
//强制使用单引号
quotes: ['error', 'single'],
//强制不使用分号结尾
semi: ['error', 'always'],
'vue/script-indent': ['error', 4, {'baseIndent': 1, 'switchCase': 1}],
'indent': 'off',
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
},
parserOptions: {
parser: '@typescript-eslint/parser',
warnOnUnsupportedTypeScriptVersion: false
}
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/dason_zdc/vue-typescript-element-admin.git
[email protected]:dason_zdc/vue-typescript-element-admin.git
dason_zdc
vue-typescript-element-admin
vue-typescript-element-admin
master

搜索帮助