diff --git a/.changeset/small-ties-dream.md b/.changeset/small-ties-dream.md new file mode 100644 index 0000000..44749ca --- /dev/null +++ b/.changeset/small-ties-dream.md @@ -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).