declare const RULES_ESLINT_NURSERY: { readonly "no-useless-assignment": "error"; }; declare const RULES_ESLINT_PEDANTIC: { readonly eqeqeq: ["error", "always"]; readonly "no-array-constructor": "error"; readonly "no-case-declarations": "error"; readonly "no-constructor-return": "error"; readonly "no-else-return": ["error", { readonly allowElseIf: false; }]; readonly "no-fallthrough": ["error", { readonly allowEmptyCase: true; }]; readonly "no-loop-func": "error"; readonly "no-new-wrappers": "error"; readonly "no-object-constructor": "error"; readonly "no-promise-executor-return": ["error", { readonly allowVoid: false; }]; readonly "no-redeclare": ["error", { readonly builtinGlobals: true; }]; readonly "no-useless-return": "error"; readonly radix: "error"; }; declare const RULES_ESLINT_PERF: { readonly "no-useless-call": "error"; }; declare const RULES_ESLINT_RESTRICTION: { readonly "no-div-regex": "error"; readonly "no-undefined": "error"; readonly "no-use-before-define": ["error", { readonly allowNamedExports: true; readonly classes: true; readonly enums: true; readonly functions: false; readonly ignoreTypeReferences: true; readonly typedefs: true; readonly variables: false; }]; readonly "no-var": "error"; }; declare const RULES_ESLINT_STYLE: { readonly "default-case-last": "error"; readonly "func-name-matching": ["error", "always"]; readonly "grouped-accessor-pairs": ["error", "getBeforeSet", { readonly enforceForTSTypes: true; }]; readonly "no-extra-label": "error"; readonly "no-implicit-coercion": "error"; readonly "no-label-var": "error"; readonly "no-multi-assign": ["error", { readonly ignoreNonDeclaration: false; }]; readonly "no-template-curly-in-string": "error"; readonly "no-useless-computed-key": ["error", { readonly enforceForClassMembers: true; }]; readonly "prefer-const": ["error", { readonly destructuring: "all"; readonly ignoreReadBeforeAssign: true; }]; readonly "prefer-promise-reject-errors": ["error", { readonly allowEmptyReject: false; }]; readonly "prefer-rest-params": "error"; readonly "prefer-spread": "error"; }; declare const RULES_ESLINT_SUSPICIOUS: { readonly "block-scoped-var": "error"; readonly "no-extend-native": "error"; readonly "no-implied-eval": "error"; readonly "no-unmodified-loop-condition": "error"; readonly "no-shadow": ["error", { readonly builtinGlobals: false; readonly hoist: "all"; readonly ignoreFunctionTypeParameterNameValueShadow: false; readonly ignoreOnInitialization: false; readonly ignoreTypeValueShadow: false; }]; readonly "no-unexpected-multiline": "error"; readonly "no-unneeded-ternary": "error"; }; declare const RULES_ESLINT: { readonly "block-scoped-var": "error"; readonly "no-extend-native": "error"; readonly "no-implied-eval": "error"; readonly "no-unmodified-loop-condition": "error"; readonly "no-shadow": ["error", { readonly builtinGlobals: false; readonly hoist: "all"; readonly ignoreFunctionTypeParameterNameValueShadow: false; readonly ignoreOnInitialization: false; readonly ignoreTypeValueShadow: false; }]; readonly "no-unexpected-multiline": "error"; readonly "no-unneeded-ternary": "error"; readonly "default-case-last": "error"; readonly "func-name-matching": ["error", "always"]; readonly "grouped-accessor-pairs": ["error", "getBeforeSet", { readonly enforceForTSTypes: true; }]; readonly "no-extra-label": "error"; readonly "no-implicit-coercion": "error"; readonly "no-label-var": "error"; readonly "no-multi-assign": ["error", { readonly ignoreNonDeclaration: false; }]; readonly "no-template-curly-in-string": "error"; readonly "no-useless-computed-key": ["error", { readonly enforceForClassMembers: true; }]; readonly "prefer-const": ["error", { readonly destructuring: "all"; readonly ignoreReadBeforeAssign: true; }]; readonly "prefer-promise-reject-errors": ["error", { readonly allowEmptyReject: false; }]; readonly "prefer-rest-params": "error"; readonly "prefer-spread": "error"; readonly "no-div-regex": "error"; readonly "no-undefined": "error"; readonly "no-use-before-define": ["error", { readonly allowNamedExports: true; readonly classes: true; readonly enums: true; readonly functions: false; readonly ignoreTypeReferences: true; readonly typedefs: true; readonly variables: false; }]; readonly "no-var": "error"; readonly "no-useless-call": "error"; readonly eqeqeq: ["error", "always"]; readonly "no-array-constructor": "error"; readonly "no-case-declarations": "error"; readonly "no-constructor-return": "error"; readonly "no-else-return": ["error", { readonly allowElseIf: false; }]; readonly "no-fallthrough": ["error", { readonly allowEmptyCase: true; }]; readonly "no-loop-func": "error"; readonly "no-new-wrappers": "error"; readonly "no-object-constructor": "error"; readonly "no-promise-executor-return": ["error", { readonly allowVoid: false; }]; readonly "no-redeclare": ["error", { readonly builtinGlobals: true; }]; readonly "no-useless-return": "error"; readonly radix: "error"; readonly "no-useless-assignment": "error"; }; export { RULES_ESLINT, RULES_ESLINT_NURSERY, RULES_ESLINT_PEDANTIC, RULES_ESLINT_PERF, RULES_ESLINT_RESTRICTION, RULES_ESLINT_STYLE, RULES_ESLINT_SUSPICIOUS }; //# sourceMappingURL=eslint.d.ts.map