@isentinel/eslint-config 5.1.0 → 5.1.1

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 +0 -1
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -1711,7 +1711,6 @@ async function packageJson(options = {}) {
1711
1711
  ...type === "package" && !roblox ? {
1712
1712
  "package-json/require-bin": ["error", { ignorePrivate: true }],
1713
1713
  "package-json/require-engines": "error",
1714
- "package-json/require-module": "error",
1715
1714
  "package-json/require-sideEffects": ["error", { ignorePrivate: true }]
1716
1715
  } : {}
1717
1716
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isentinel/eslint-config",
3
- "version": "5.1.0",
3
+ "version": "5.1.1",
4
4
  "description": "iSentinel's ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config",
@@ -122,7 +122,7 @@
122
122
  "type-fest": "5.4.4",
123
123
  "typescript": "5.9.3",
124
124
  "unplugin-unused": "0.5.7",
125
- "@isentinel/eslint-config": "5.1.0"
125
+ "@isentinel/eslint-config": "5.1.1"
126
126
  },
127
127
  "peerDependencies": {
128
128
  "@vitest/eslint-plugin": "^1.6.4",