8.2.0 • Published 4 months ago

@sveltejs/eslint-config v8.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

ESLint configuration

Common eslint configuration for the Svelte organisation

Contributing

Want to add an eslint rule? Open a PR and use gh-polls for voting: https://app.gh-polls.com/

Usage

After installing @sveltejs/eslint-config with your package manager of choice, import it and put it in the configuration array in eslint.config.js.

import svelteConfig from '@sveltejs/eslint-config';

export default [
	...svelteConfig,
	{
		// your overrides
	}
];

Linting

This project self-lints:

pnpm install
pnpm lint

Changesets

All PRs with user-facing changes must include a changeset, which can be generated by running pnpm changeset.

8.2.0

4 months ago

8.1.0

10 months ago

8.0.1

1 year ago

8.0.0

1 year ago

7.0.0

1 year ago

7.0.1

1 year ago

6.0.3

2 years ago

6.0.4

2 years ago

6.0.2

2 years ago

6.0.1

2 years ago

6.0.0

2 years ago

5.8.0

2 years ago