這個(gè)問題就困擾我很久诺核,一直沒法解決。具體表現(xiàn)如下:
偶然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' }], //加這一句
},