chore: 🔧 add changeset

This commit is contained in:
Guz013
2023-07-21 17:35:19 -03:00
parent 9bc8b4fc5b
commit 2f75775f43

View File

@@ -0,0 +1,6 @@
---
"@eslit/config": minor
---
Rewritten most of the package logic, so now it uses a more standard ESLint configuration object structure. All configurations now are separated in scope and presets are created for better convenience when configuring ESLint.
Fixing ESLint flat-config by default [#3](https://github.com/LoredDev/ESLit/issues/3).