eslint常用关闭关于空格的提示
'rules': {
'import/newline-after-import': 'off',
'no-param-reassign': 'off',
'space-before-function-paren': 'off',
'object-curly-spacing': 'off',
'block-spacing': 'off',
'dot-notation': 'off',
'arrow-parens': 'off',
'space-before-blocks': 'off',
'no-confusing-arrow': 'off',
'arrow-body-style': 'off',
semi: 'off',
},

浙公网安备 33010602011771号