프로그램 관련/Node js
warnings potentially fixable with the --fix Error
SeoHW
2021. 11. 4. 15:51
반응형
에러 라인
error Delete '.....' prettier/prettier
1 error and 0 warnings potentially fixable with the `--fix` option.
해결방법
npm run lint -- --fix
반응형