Introduction 사소한 Lint 설정 때문에 시간 낭비했던 것들을 Error 위주로 간략히 기록하고자 합니다 1. 오류 Error: A space is required after '{'. @typescript-eslint/object-curly-spacing Error: A space is required after '}'. @typescript-eslint/object-curly-spacing 2. Prettier Lint 설정 { "bracketSpacing": true } // 위 소스 추가시 변경점 차이 import {IconType} from 'react-icons/lib'; // false import { IconType } from 'react-icons/lib'; // true Pr..
2023. 10. 4. 15:37 / Tech구씨