@sveltejs/eslint-config

7.0.1 • Public • Published

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.

Package Sidebar

Install

npm i @sveltejs/eslint-config

Weekly Downloads

378

Version

7.0.1

License

MIT

Unpacked Size

4.38 kB

Total Files

3

Last publish

Collaborators

  • rich_harris
  • svelte-admin
  • conduitry
  • dominik_g