forked frombeyonk-group/eslint-config
- Notifications
You must be signed in to change notification settings - Fork13
sveltejs/eslint-config
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Common eslint configuration for the Svelte organisation
Want to add an eslint rule? Open a PR and use gh-polls for voting:https://app.gh-polls.com/
After installing@sveltejs/eslint-config
with your package manager of choice,import it and put it in the configuration array ineslint.config.js
.
importsvelteConfigfrom'@sveltejs/eslint-config';exportdefault[...svelteConfig,{// your overrides}];
This project self-lints:
pnpm installpnpm lint
All PRs with user-facing changes must include a changeset, which can be generated by runningpnpm changeset
.
About
An ESLint config for Svelte
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Languages
- JavaScript100.0%