Front-end 개발/JAVASCRIPT

개발자 도구 console warning 비 노출 처리 (ES6 + typescript 사용 중일 경우)

별의 노트 2023. 1. 11. 13:31
반응형

ES6 + typescript 사용중일 경우

// eslint-disable-next-line @typescript-eslint/no-empty-function
console.warn = () => {};