9.0.3 • Published 8 months ago

@beyonk/eslint-config v9.0.3

Weekly downloads
126
License
MIT
Repository
github
Last release
8 months ago

ESLint configuration

Beyonk ESLint rules

Usage

Installation:

pnpm i --save-dev eslint @beyonk/eslint-config

Create an eslint.config.mjs file in the root directory of your project, or monorepo.

If you want specific rules for a project within the monorepo, create this file there, too, and customise it as required.

Config files don't inherit from their parents.

import recommended from '@beyonk/eslint-config/recommended'

export default [
  ...recommended
]

Configs

There are multiple config types within the project that you can use. Look in package.json/exports for a comprehensive list:

import recommended from '@beyonk/eslint-config/recommended'
import svelte from '@beyonk/eslint-config/svelte'

export default [
  ...svelte
]

Releasing

To release a new version, check out the code on your local machine, then:

pnpm version minor
git push && git push --tags

Where minor is a sensible default for rule changes which will impact existing projects.

9.0.3

8 months ago

9.0.2

8 months ago

8.0.2

2 years ago

7.1.1

3 years ago

7.1.0

3 years ago

7.0.2

4 years ago

6.0.0

4 years ago

5.0.2

5 years ago

4.2.0

5 years ago

4.1.0

5 years ago

4.0.1

6 years ago

4.0.0

6 years ago

3.2.0

7 years ago

3.1.0

7 years ago

3.0.2

7 years ago