@ethang/eslint-config 17.6.0 → 17.6.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/eslint.config.js +0 -2
  2. package/package.json +4 -4
package/eslint.config.js CHANGED
@@ -536,7 +536,6 @@ export default tseslint.config(
536
536
  "@typescript-eslint/no-restricted-types": "error",
537
537
  "@typescript-eslint/no-shadow": "error",
538
538
  "@typescript-eslint/no-this-alias": "error",
539
- "@typescript-eslint/no-throw-literal": "off",
540
539
  "@typescript-eslint/no-type-alias": "off",
541
540
  "@typescript-eslint/no-unnecessary-boolean-literal-compare": "error",
542
541
  "@typescript-eslint/no-unnecessary-condition": "error",
@@ -572,7 +571,6 @@ export default tseslint.config(
572
571
  "@typescript-eslint/no-use-before-define": "off",
573
572
  "@typescript-eslint/no-useless-constructor": "error",
574
573
  "@typescript-eslint/no-useless-empty-export": "error",
575
- "@typescript-eslint/no-useless-template-literals": "off",
576
574
  "@typescript-eslint/no-unnecessary-template-expression": "error",
577
575
  "@typescript-eslint/no-var-requires": "off", // Deprecated
578
576
  "@typescript-eslint/no-wrapper-object-types": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ethang/eslint-config",
3
- "version": "17.6.0",
3
+ "version": "17.6.1",
4
4
  "repository": {
5
5
  "url": "git+https://github.com/eglove/eslint-config-ethang.git"
6
6
  },
@@ -24,7 +24,7 @@
24
24
  "eslint-plugin-astro": "^1.2.3",
25
25
  "eslint-plugin-jsx-a11y": "^6.9.0",
26
26
  "eslint-plugin-n": "^17.10.1",
27
- "eslint-plugin-perfectionist": "^3.0.0",
27
+ "eslint-plugin-perfectionist": "^3.1.0",
28
28
  "eslint-plugin-prettier": "^5.2.1",
29
29
  "eslint-plugin-react": "^7.35.0",
30
30
  "eslint-plugin-react-hooks": "^4.6.2",
@@ -43,7 +43,7 @@
43
43
  "eslint-plugin-astro": "^1.2.3",
44
44
  "eslint-plugin-jsx-a11y": "^6.9.0",
45
45
  "eslint-plugin-n": "^17.10.1",
46
- "eslint-plugin-perfectionist": "^3.0.0",
46
+ "eslint-plugin-perfectionist": "^3.1.0",
47
47
  "eslint-plugin-prettier": "^5.2.1",
48
48
  "eslint-plugin-react": "^7.35.0",
49
49
  "eslint-plugin-react-hooks": "^4.6.2",
@@ -54,7 +54,7 @@
54
54
  "typescript-eslint": "^8.0.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@ethang/project-builder": "^1.1.50",
57
+ "@ethang/project-builder": "^1.1.52",
58
58
  "@tsconfig/node-lts": "^20.1.3",
59
59
  "@tsconfig/strictest": "^2.0.5"
60
60
  }