@hexadrop/eslint-config 1.0.1 → 1.0.2

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/dist/index.mjs +1 -0
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1508,6 +1508,7 @@ async function stylistic(options) {
1508
1508
  name: STYLISTIC_CONFIG_NAME_RULES_UNICORN,
1509
1509
  rules: {
1510
1510
  ...unicornRules,
1511
+ "unicorn/consistent-boolean-name": ["error", { ignore: ["value", "^completed$"] }],
1511
1512
  "unicorn/consistent-function-scoping": "off",
1512
1513
  "unicorn/dom-node-dataset": "off",
1513
1514
  "unicorn/name-replacements": ["error", { allowList: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexadrop/eslint-config",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Opinionated ESLint ruleset designed for large teams and projects",
5
5
  "keywords": [
6
6
  "lint",