@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 +2 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
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
|
|
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
|
|
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 = []|[{
|