From 2f75775f431e47063b8a4549a140dedce40a6c49 Mon Sep 17 00:00:00 2001 From: Guz013 <43732358+Guz013@users.noreply.github.com> Date: Fri, 21 Jul 2023 17:35:19 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=94=A7=20add=20changeset?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .changeset/small-ties-dream.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/small-ties-dream.md 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).