Commit 23ecc5ca by chehuidong

bug

parent 52d69607
......@@ -11,6 +11,7 @@ module.exports = {
parser: '@babel/eslint-parser'
},
rules: {
"space-before-function-paren": 0,
'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : '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