這個(gè)問題就困擾我很久诺核,一直沒法解決。具體表現(xiàn)如下:
就這個(gè)空格久信,一保存格式化就自動(dòng)添加窖杀,煩不勝煩
偶然google到解決辦法:在項(xiàng)目eslintrc.js
中添加一行,癥狀就消失了裙士,治好了我多年的頸椎病
rules: {
'@typescript-eslint/interface-name-prefix': 'off',
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
'@typescript-eslint/no-explicit-any': 'off',
'prettier/prettier': ['error', { endOfLine: 'off' }], //加這一句
},