Commit c03278f5 authored by smallwei's avatar smallwei

chomd(cli): close eslint

parent fdca409f
...@@ -4,8 +4,7 @@ module.exports = { ...@@ -4,8 +4,7 @@ module.exports = {
node: true node: true
}, },
'extends': [ 'extends': [
'plugin:vue/essential', "plugin:vue/essential"
'eslint:recommended'
], ],
rules: { rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
......
...@@ -54,4 +54,3 @@ export function putObj(obj) { ...@@ -54,4 +54,3 @@ export function putObj(obj) {
data: obj data: obj
}) })
} }
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