We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESlint에서 state가 정의되지 않은 것으로 나옴 (un-def)
** 참고 링크
.svelte.js 파일에서 state를 사용해본당
.svelte.js
.
사용 완전 불가
The text was updated successfully, but these errors were encountered:
eslint.config.js
import svelteConfig from "./svelte.config.js"; export default [ ... 기본설정, { files: ["**/*.svelte.js", "*.svelte.js"], languageOptions: { parser: svelteParser, parserOptions: { svelteConfig, /* ... */ }, }, }, ];
** 참고링크
Sorry, something went wrong.
gomdoreelab
No branches or pull requests
버그 설명
ESlint에서 state가 정의되지 않은 것으로 나옴 (un-def)
** 참고 링크
재현 방법
.svelte.js
파일에서 state를 사용해본당로그
시스템 정보
.
심각도
사용 완전 불가
확인 사항
The text was updated successfully, but these errors were encountered: