2.6.8 • Published 16 days ago

@ctrl/eslint-config-biome v2.6.8

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

@ctrl/eslint-config-biome

Not really a shareable eslint config, more of a set of rules and eslint all together. Installs all required eslint dependencies. This package was created to unify my eslint rules and reduce churn from all the eslint packages in package.json. Does not include prettier rules, expected to be setup with biome.

Extends from xo and xo-typescript and disables a few rules.

npm i @biomejs/biome @ctrl/eslint-config-biome -D

.eslintrc

{
  "root": true,
  "env": {
    "node": true,
  },
  "extends": ["@ctrl/eslint-config-biome"]
}

biome.json

{
  "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
  "files": {
    "ignoreUnknown": true,
    "ignore": ["dist/*", "package.json"]
  },
  "extends": ["@ctrl/eslint-config-biome/biome"]
}
2.6.8

16 days ago

2.6.7

28 days ago

2.6.6

28 days ago

2.6.5

29 days ago

2.6.4

29 days ago

2.5.0

1 month ago

2.6.1

1 month ago

2.6.0

1 month ago

2.4.2

1 month ago

2.6.3

1 month ago

2.6.2

1 month ago

2.4.1

1 month ago

2.4.0

2 months ago

2.3.0

2 months ago

2.2.0

2 months ago

2.1.3

2 months ago

2.1.2

2 months ago

2.1.1

3 months ago

2.1.0

3 months ago

2.0.9

3 months ago

2.0.8

3 months ago

2.0.3

3 months ago

2.0.2

3 months ago

2.0.5

3 months ago

2.0.4

3 months ago

2.0.7

3 months ago

2.0.6

3 months ago

2.0.1

3 months ago

2.0.0

3 months ago

1.1.1

3 months ago

1.1.0

3 months ago

1.1.3

3 months ago

1.1.2

3 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago