Commit a405e821 authored by 曾沂轮's avatar 曾沂轮

Feat: 完善模板

parent 5b652a94
module.exports = { module.exports = {
renderFiles: [ renderFiles: [
'package.json' 'package.json',
'README.md'
], ],
filters: { filters: {
}, },
......
...@@ -7,6 +7,9 @@ module.exports = { ...@@ -7,6 +7,9 @@ module.exports = {
'plugin:vue/essential', 'plugin:vue/essential',
'@smart/standard' '@smart/standard'
], ],
plugins: [
'vue'
],
rules: { rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off' 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment