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
import svelte from 'eslint-plugin-svelte'; export default ts.config( ... ...svelte.configs['flat/recommended'], prettier, ...svelte.configs['flat/prettier'], ... }
src: npx sv create
npx sv create
import eslintPluginSvelte from 'eslint-plugin-svelte'; export default [ // add more generic rule sets here, such as: // js.configs.recommended, ...eslintPluginSvelte.configs.recommended, { rules: { // override/add rules settings here, such as: // 'svelte/rule-name': 'error' } } ];
src: https://github.com/sveltejs/eslint-plugin-svelte#configuration
https://discord.com/channels/457912077277855764/1326209584456798320
The text was updated successfully, but these errors were encountered:
We are currently working on v3. The README describes how to use v3.
Sorry, something went wrong.
No branches or pull requests
actual output
src:
npx sv create
readme output
src: https://github.com/sveltejs/eslint-plugin-svelte#configuration
related
https://discord.com/channels/457912077277855764/1326209584456798320
The text was updated successfully, but these errors were encountered: