eslint-config-decent 3.1.71 → 3.1.73

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/index.cjs CHANGED
@@ -790,6 +790,7 @@ const base$2 = {
790
790
  "@typescript-eslint/no-empty-interface": "error",
791
791
  "@typescript-eslint/no-extra-semi": "error",
792
792
  "@typescript-eslint/no-shadow": "error",
793
+ "@typescript-eslint/no-unnecessary-boolean-literal-compare": "error",
793
794
  "@typescript-eslint/parameter-properties": [
794
795
  "error",
795
796
  {
package/dist/index.mjs CHANGED
@@ -766,6 +766,7 @@ const base$2 = {
766
766
  "@typescript-eslint/no-empty-interface": "error",
767
767
  "@typescript-eslint/no-extra-semi": "error",
768
768
  "@typescript-eslint/no-shadow": "error",
769
+ "@typescript-eslint/no-unnecessary-boolean-literal-compare": "error",
769
770
  "@typescript-eslint/parameter-properties": [
770
771
  "error",
771
772
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-decent",
3
- "version": "3.1.71",
3
+ "version": "3.1.73",
4
4
  "description": "A decent ESLint configuration",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.mjs",
@@ -70,7 +70,7 @@
70
70
  "@eslint/js": "9.39.2",
71
71
  "@next/eslint-plugin-next": "16.1.0",
72
72
  "@stylistic/eslint-plugin": "5.6.1",
73
- "@vitest/eslint-plugin": "1.5.2",
73
+ "@vitest/eslint-plugin": "1.5.4",
74
74
  "eslint-config-prettier": "10.1.8",
75
75
  "eslint-plugin-import-x": "4.16.1",
76
76
  "eslint-plugin-jest": "29.5.0",
@@ -59,6 +59,7 @@ const base: Config = {
59
59
  '@typescript-eslint/no-empty-interface': 'error',
60
60
  '@typescript-eslint/no-extra-semi': 'error',
61
61
  '@typescript-eslint/no-shadow': 'error',
62
+ '@typescript-eslint/no-unnecessary-boolean-literal-compare': 'error',
62
63
  '@typescript-eslint/parameter-properties': [
63
64
  'error',
64
65
  {