Commit c03278f5 authored by smallwei's avatar smallwei

chomd(cli): close eslint

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