• 카테고리

    질문 & 답변
  • 세부 분야

    프론트엔드

  • 해결 여부

    미해결

.eslintrc.js 파일 적용안됨

21.08.23 16:05 작성 조회수 164

0

기초인데 달리 물어볼 사람이 없어서 여기 물어봅니다 ㅠㅠ

현재 협업 중인데 각 프로젝트마다 .eslintrc.js 파일이 있습니다.

그런데 제 vscode가 그걸 인식안하고 제 개인설정?을 더 우선시하더라구요.

이런경우는 어떻게 해야할까요?

저의 vsCode의 USER/settings.json 입니다

{
"workbench.colorTheme": "Material Theme Darker High Contrast",
"explorer.confirmDelete": false,
"workbench.iconTheme": "material-icon-theme",
"prettier.printWidth": 100,
"prettier.jsxSingleQuote": true,
"workbench.tree.indent": 2,
"editor.defaultFormatter": "hex-ci.stylelint-plus",
"prettier.singleQuote": true,
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"redhat.telemetry.enabled": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"explorer.confirmDragAndDrop": false,
"stylelint.autoFixOnSave": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"eslint.run": "onSave",
"git.enableSmartCommit": true,
"git.confirmSync": false,
"prettier.arrowParens": "avoid",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"eslint.alwaysShowStatus": true,
"files.autoSave": "onFocusChange",
"workbench.editor.untitled.hint": "hidden",
"editor.formatOnPaste": true,
"liveServer.settings.donotShowInfoMsg": true,
"eslint.codeAction.showDocumentation": {
"enable": true
},
"editor.formatOnSave": true,
"eslint.codeAction.disableRuleComment": {
"location": "sameLine"
},
"eslint.format.enable": true,
"eslint.debug": true,
"eslint.validate": [
],
"timeline.excludeSources": [],
"window.zoomLevel": 3
}

답변 1

답변을 작성해보세요.

0

질문을 제대로 이해하지 못했어요. 해결하시려고 하는 문제가 어떤것일가요?