@lichthagel/eslint-config 1.0.34 → 1.0.35

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.mjs CHANGED
@@ -437,7 +437,8 @@ var unicorn_default = [{
437
437
  "unicorn/no-null": "off",
438
438
  "unicorn/no-useless-undefined": ["error", { checkArguments: false }],
439
439
  "unicorn/prevent-abbreviations": "off",
440
- "unicorn/comment-content": "off"
440
+ "unicorn/comment-content": "off",
441
+ "unicorn/consistent-boolean-name": "off"
441
442
  }
442
443
  }];
443
444
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichthagel/eslint-config",
3
- "version": "1.0.34",
3
+ "version": "1.0.35",
4
4
  "description": "Licht's ESLint config",
5
5
  "keywords": [
6
6
  "eslint",
@@ -44,7 +44,7 @@
44
44
  "@eslint/js": "^10.0.0",
45
45
  "@stylistic/eslint-plugin": "^5.0.0",
46
46
  "eslint-plugin-perfectionist": "^5.0.0",
47
- "eslint-plugin-unicorn": "^66.0.0",
47
+ "eslint-plugin-unicorn": "^67.0.0",
48
48
  "globals": "^17.0.0",
49
49
  "typescript-eslint": "^8.7.0"
50
50
  },