@storm-software/eslint 0.78.2 → 0.78.3
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/README.md +1 -1
- package/dist/preset.d.mts +0 -878
- package/dist/preset.d.ts +0 -878
- package/dist/preset.mjs +1 -1
- package/dist/rules.d.ts +0 -878
- package/package.json +1 -1
package/dist/preset.mjs
CHANGED
|
@@ -12888,7 +12888,7 @@ function getStormConfig(options = {
|
|
|
12888
12888
|
// We use TS config only for TS files
|
|
12889
12889
|
})),
|
|
12890
12890
|
// https://github.com/sindresorhus/eslint-plugin-unicorn
|
|
12891
|
-
unicorn.configs["flat/recommended"],
|
|
12891
|
+
// unicorn.configs["flat/recommended"] as Linter.FlatConfig,
|
|
12892
12892
|
// Prettier
|
|
12893
12893
|
prettierConfig,
|
|
12894
12894
|
// Import
|