@hiddenability/opinionated-defaults 0.0.25 → 0.0.26
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/eslint/index.d.ts +1 -1
- package/dist/eslint/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/eslint/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export { default as eslintConfigBase } from './base';
|
|
|
3
3
|
export { default as eslintConfigElysia } from './elysia';
|
|
4
4
|
export { default as eslintConfigFunctional } from './functional';
|
|
5
5
|
export { default as eslintConfigNext } from './next';
|
|
6
|
-
export { default as
|
|
6
|
+
export { default as eslintConfigPerfectionist } from './perfectionist';
|
|
7
7
|
export { default as eslintConfigPrettier } from './prettier';
|
|
8
8
|
export { default as eslintConfigReact } from './react';
|
|
9
9
|
export { default as eslintConfigRelative } from './relative';
|
package/dist/eslint/index.mjs
CHANGED
|
@@ -3,7 +3,7 @@ export { default as eslintConfigBase } from "./base.mjs";
|
|
|
3
3
|
export { default as eslintConfigElysia } from "./elysia.mjs";
|
|
4
4
|
export { default as eslintConfigFunctional } from "./functional.mjs";
|
|
5
5
|
export { default as eslintConfigNext } from "./next.mjs";
|
|
6
|
-
export { default as
|
|
6
|
+
export { default as eslintConfigPerfectionist } from "./perfectionist.mjs";
|
|
7
7
|
export { default as eslintConfigPrettier } from "./prettier.mjs";
|
|
8
8
|
export { default as eslintConfigReact } from "./react.mjs";
|
|
9
9
|
export { default as eslintConfigRelative } from "./relative.mjs";
|