@ariel-salgado/eslint-config 0.3.0 → 0.3.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.
- package/dist/index.d.mts +1 -2
- package/dist/index.mjs +491 -491
- package/package.json +2 -2
package/dist/index.d.mts
CHANGED
|
@@ -2883,7 +2883,7 @@ interface RuleOptions {
|
|
|
2883
2883
|
*/
|
|
2884
2884
|
'quotes'?: Linter.RuleEntry<Quotes>;
|
|
2885
2885
|
/**
|
|
2886
|
-
* Enforce the use of the radix argument when using `parseInt()`
|
|
2886
|
+
* Enforce the consistent use of the radix argument when using `parseInt()`
|
|
2887
2887
|
* @see https://eslint.org/docs/latest/rules/radix
|
|
2888
2888
|
*/
|
|
2889
2889
|
'radix'?: Linter.RuleEntry<Radix>;
|
|
@@ -8880,7 +8880,6 @@ type MaxParams = [] | [(number | {
|
|
|
8880
8880
|
maximum?: number;
|
|
8881
8881
|
max?: number;
|
|
8882
8882
|
countVoidThis?: boolean;
|
|
8883
|
-
countThis?: ("never" | "except-void" | "always");
|
|
8884
8883
|
})]; // ----- max-statements -----
|
|
8885
8884
|
type MaxStatements = [] | [(number | {
|
|
8886
8885
|
maximum?: number;
|