@favorodera/eslint-config 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/dist/index.mjs +2 -2
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -887,7 +887,7 @@ async function pnpm() {
887
887
  name: "favorodera/pnpm/package-json",
888
888
  rules: {
889
889
  "pnpm/json-enforce-catalog": ["error", {
890
- autofix: true,
890
+ autofix: false,
891
891
  fields: [
892
892
  "dependencies",
893
893
  "devDependencies",
@@ -897,7 +897,7 @@ async function pnpm() {
897
897
  ignores: ["@types/vscode"]
898
898
  }],
899
899
  "pnpm/json-prefer-workspace-settings": ["error", { autofix: true }],
900
- "pnpm/json-valid-catalog": ["error", { autofix: true }]
900
+ "pnpm/json-valid-catalog": ["error", { autofix: false }]
901
901
  }
902
902
  },
903
903
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@favorodera/eslint-config",
3
3
  "type": "module",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "private": false,
6
6
  "description": "Opinionated, type-safe flat ESLint configuration factory for Vue, TypeScript, Tailwind, and more.",
7
7
  "author": "Favour Emeka <favorodera@gmail.com>",