@saasmakers/eslint 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/eslint.config.cjs
CHANGED
|
@@ -10770,7 +10770,6 @@ const eslint_config = antfu__default(
|
|
|
10770
10770
|
...storybook__default.configs["flat/recommended"],
|
|
10771
10771
|
turbo__default.configs["flat/recommended"],
|
|
10772
10772
|
zod__default.configs.recommended,
|
|
10773
|
-
...yml.configs.recommended,
|
|
10774
10773
|
// Docker Compose
|
|
10775
10774
|
{
|
|
10776
10775
|
files: ["**/*.compose.yml", "**/docker-compose.yml"],
|
package/dist/eslint.config.d.cts
CHANGED
package/dist/eslint.config.d.mts
CHANGED
package/dist/eslint.config.d.ts
CHANGED
package/dist/eslint.config.mjs
CHANGED
|
@@ -10743,7 +10743,6 @@ const eslint_config = antfu(
|
|
|
10743
10743
|
...storybook.configs["flat/recommended"],
|
|
10744
10744
|
turbo.configs["flat/recommended"],
|
|
10745
10745
|
zod.configs.recommended,
|
|
10746
|
-
...yml.configs.recommended,
|
|
10747
10746
|
// Docker Compose
|
|
10748
10747
|
{
|
|
10749
10748
|
files: ["**/*.compose.yml", "**/docker-compose.yml"],
|