@jerrythomas/eslint-config-svelte
v1.0.3
Published
> [ESLint](https://eslint.org) config for svelte projects.
Downloads
1
Maintainers
Readme
@jerrythomas/eslint-config-svelte
ESLint config for svelte projects.
Usage
Install
pnpm add --dev @jerrythomas/eslint-config-svelte
.eslintrc
{
"extends": "@jerrythomas/eslint-config-svelte",
"root": true
}