@hexadrop/eslint-config 1.0.2 → 1.0.4

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 +3 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -1509,6 +1509,7 @@ async function stylistic(options) {
1509
1509
  rules: {
1510
1510
  ...unicornRules,
1511
1511
  "unicorn/consistent-boolean-name": ["error", { ignore: ["value", "^completed$"] }],
1512
+ "unicorn/consistent-class-member-order": "off",
1512
1513
  "unicorn/consistent-function-scoping": "off",
1513
1514
  "unicorn/dom-node-dataset": "off",
1514
1515
  "unicorn/name-replacements": ["error", { allowList: {
@@ -1519,7 +1520,8 @@ async function stylistic(options) {
1519
1520
  "unicorn/no-nested-ternary": "off",
1520
1521
  "unicorn/no-nonstandard-builtin-properties": "off",
1521
1522
  "unicorn/no-static-only-class": "off",
1522
- "unicorn/prefer-includes-over-repeated-comparisons": "off"
1523
+ "unicorn/prefer-includes-over-repeated-comparisons": "off",
1524
+ "unicorn/prefer-number-coercion": "off"
1523
1525
  }
1524
1526
  });
1525
1527
  if (markdown) config.push({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hexadrop/eslint-config",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Opinionated ESLint ruleset designed for large teams and projects",
5
5
  "keywords": [
6
6
  "lint",