vscode eslint* 일반 *` 확장자'eslint'는 xxx`를 포맷할 수 없고 디버깅 출력이 없습니다
1884 단어 vscodejavascriptwebdevhelp
현재 프로젝트는 Nuxt/ESLint/Prettier/TypeScript/PNPM입니다. 저는 local
.vscode/settings.json
에 의존합니다.{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
}
}
출력 콘솔.[Info - 4:05:50 PM] ESLint server is starting
[Info - 4:05:51 PM] ESLint server running in node v12.14.1
[Info - 4:05:51 PM] ESLint server is running.
[Info - 4:05:53 PM] ESLint library loaded from: /home/patarapolw/projects/polv/packages/web/node_modules/.pnpm/[email protected]/node_modules/eslint/lib/api.js
Reference
이 문제에 관하여(vscode eslint* 일반 *` 확장자'eslint'는 xxx`를 포맷할 수 없고 디버깅 출력이 없습니다), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/patarapolw/vscode-eslint-often-extension-eslint-cannot-format-xxx-with-no-debug-message-3n6k텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)