@isentinel/eslint-config 4.3.0 → 4.3.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.
package/dist/cli.mjs CHANGED
@@ -10,7 +10,7 @@ import { existsSync, readFileSync } from "fs";
10
10
  import { execSync } from "node:child_process";
11
11
 
12
12
  //#region package.json
13
- var version = "4.3.0";
13
+ var version = "4.3.1";
14
14
  var package_default = {
15
15
  name: "@isentinel/eslint-config",
16
16
  version,
package/dist/index.mjs CHANGED
@@ -5290,6 +5290,7 @@ async function react(options = {}) {
5290
5290
  };
5291
5291
  const typeAwareRules = {
5292
5292
  "react/no-leaked-conditional-rendering": "warn",
5293
+ "react/no-unused-props": "error",
5293
5294
  "react/prefer-read-only-props": "error"
5294
5295
  };
5295
5296
  return [
@@ -5419,7 +5420,6 @@ async function react(options = {}) {
5419
5420
  "Vector3int16"
5420
5421
  ] }],
5421
5422
  "react/no-unused-class-component-members": "off",
5422
- "react/no-unused-props": "error",
5423
5423
  "react/no-unused-state": "error",
5424
5424
  "react/no-use-context": "off",
5425
5425
  "react/no-useless-forward-ref": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isentinel/eslint-config",
3
- "version": "4.3.0",
3
+ "version": "4.3.1",
4
4
  "description": "iSentinel's ESLint config",
5
5
  "keywords": [
6
6
  "eslint-config",
@@ -124,7 +124,7 @@
124
124
  "tsdown": "0.16.4",
125
125
  "type-fest": "5.2.0",
126
126
  "typescript": "5.9.3",
127
- "@isentinel/eslint-config": "4.3.0"
127
+ "@isentinel/eslint-config": "4.3.1"
128
128
  },
129
129
  "peerDependencies": {
130
130
  "@vitest/eslint-plugin": "^1.0.0",