delete cr eslint(prettier) - if error (1) 썸네일형 리스트형 delete cr eslint(prettier) vs code 사용 시, 터미널에의 PROBLEMS에 30개가 넘는 에러가 발생하는 경우가 있음 -> 해결 방안 (nest js사용 중 발생하였음) 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": "auto" }, ], }, }; 위와 같이 "pretti.. 이전 1 다음