ESLint:Rules Add Config .eslintrc 설정의 rules 에 추가 가능하다. #SwitchCase를 예로: "rules": { "indent": [ "error", 2, { "SwitchCase": 1 } ], Indent SwitchCase indent - Rules - ESLint - Pluggable JavaScript linter 스위치문 에서 switch와 case의 Indent 크기에 대한 설정. switch(a){ case "a": break; case "b": break; } See also eslint