https://eslint.org/blog/2023/09/preparing-custom-rules-eslint-v9/#from-context-to-sourcecode - `optimize-svg-components` 등 플러그인 사용시, `context.getScope is not a function`과 같은 에러가 발생합니다. - 기존 `context` 객체에서 제공되던 메서드들이 `context.sourceCode`로 이동한 것으로 보입니다.