@lichthagel/eslint-config 1.0.4 → 1.0.5

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.d.cts CHANGED
@@ -1817,7 +1817,7 @@ interface RuleOptions {
1817
1817
  */
1818
1818
  'no-class-assign'?: Linter.RuleEntry<[]>
1819
1819
  /**
1820
- * Disallow comparing against -0
1820
+ * Disallow comparing against `-0`
1821
1821
  * @see https://eslint.org/docs/latest/rules/no-compare-neg-zero
1822
1822
  */
1823
1823
  'no-compare-neg-zero'?: Linter.RuleEntry<[]>
@@ -8634,6 +8634,7 @@ type SortKeys = []|[("asc" | "desc")]|[("asc" | "desc"), {
8634
8634
  natural?: boolean
8635
8635
  minKeys?: number
8636
8636
  allowLineSeparatedGroups?: boolean
8637
+ ignoreComputedKeys?: boolean
8637
8638
  }]
8638
8639
  // ----- sort-vars -----
8639
8640
  type SortVars = []|[{
package/dist/index.d.ts CHANGED
@@ -1817,7 +1817,7 @@ interface RuleOptions {
1817
1817
  */
1818
1818
  'no-class-assign'?: Linter.RuleEntry<[]>
1819
1819
  /**
1820
- * Disallow comparing against -0
1820
+ * Disallow comparing against `-0`
1821
1821
  * @see https://eslint.org/docs/latest/rules/no-compare-neg-zero
1822
1822
  */
1823
1823
  'no-compare-neg-zero'?: Linter.RuleEntry<[]>
@@ -8634,6 +8634,7 @@ type SortKeys = []|[("asc" | "desc")]|[("asc" | "desc"), {
8634
8634
  natural?: boolean
8635
8635
  minKeys?: number
8636
8636
  allowLineSeparatedGroups?: boolean
8637
+ ignoreComputedKeys?: boolean
8637
8638
  }]
8638
8639
  // ----- sort-vars -----
8639
8640
  type SortVars = []|[{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lichthagel/eslint-config",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Licht's ESLint config",
5
5
  "keywords": [
6
6
  "eslint",