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',
},

posted @ 2022-04-09 15:14  lijun12138  阅读(300)  评论(0)    收藏  举报