This repository has been archived on 2025-10-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ESLegant/.changeset/itchy-comics-prove.md
2023-09-04 16:38:38 -03:00

487 B

@eslegant/js
@eslegant/js
minor

New rules structure.

Now all configs have at least recommended and strict variants, each having error, warn and disabled/off rule levels. They are exported under the configs object, and are separated by purpose. Presets are now exported under the presets object, being a easier way of enabling multiple configs at once.

The package has a more defined purpose, and will be used just for rules/configs related to JavaScript and TypeScript.