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