@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 CHANGED
@@ -135,7 +135,7 @@ const prettierConfig = merge(
135
135
  prettierConfigTailwind,
136
136
  { tailwindStylesheet: './app/styles.css' }
137
137
  );
138
-
138
+ ```
139
139
 
140
140
 
141
141
  ## TODO:
@@ -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 eslintConfigPefectionist } from './perfectionist';
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';
@@ -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 eslintConfigPefectionist } from "./perfectionist.mjs";
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";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hiddenability/opinionated-defaults",
3
3
  "description": "Opinionated default configurations for webdev tools.",
4
- "version": "0.0.25",
4
+ "version": "0.0.26",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",