@lichthagel/eslint-config 1.0.34 → 1.0.36

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
@@ -469,7 +469,9 @@ var unicorn_default = [{
469
469
  "unicorn/no-null": "off",
470
470
  "unicorn/no-useless-undefined": ["error", { checkArguments: false }],
471
471
  "unicorn/prevent-abbreviations": "off",
472
- "unicorn/comment-content": "off"
472
+ "unicorn/comment-content": "off",
473
+ "unicorn/consistent-boolean-name": "off",
474
+ "unicorn/name-replacements": "off"
473
475
  }
474
476
  }];
475
477
  //#endregion