@masknet/eslint-plugin
Version:
eslint plugin for masknet
70 lines • 2.34 kB
TypeScript
export declare const rules: {
readonly "array-no-unneeded-flat-map": any;
readonly "array-prefer-from": any;
readonly "browser-no-persistent-storage": any;
readonly "browser-no-set-html": any;
readonly "browser-prefer-location-assign": any;
readonly "jsx-no-class-component": any;
readonly "jsx-no-logical": any;
readonly "jsx-no-set-html": any;
readonly "jsx-no-template-literal": any;
readonly "jsx-no-unneeded-nested": any;
readonly "jsx-prefer-test-id": any;
readonly "string-no-data-url": any;
readonly "string-no-interpolation": any;
readonly "string-no-locale-case": any;
readonly "string-no-simple-template-literal": any;
readonly "string-no-unneeded-to-string": any;
readonly "type-no-const-enum": any;
readonly "type-no-empty-literal": any;
readonly "type-no-force-cast-via-top-type": any;
readonly "type-no-instanceof-wrapper": any;
readonly "type-no-number-constructor": any;
readonly "type-no-wrapper-type-reference": any;
readonly "type-prefer-return-type-annotation": any;
readonly "unicode-no-bidi": any;
readonly "unicode-no-invisible": any;
readonly "unicode-specific-set": any;
readonly "no-builtin-base64": any;
readonly "no-default-error": any;
readonly "no-for-in": any;
readonly "no-redundant-variable": any;
readonly "no-single-return": any;
readonly "no-then": any;
readonly "no-timer": any;
readonly "no-top-level": any;
readonly "no-unsafe-date": any;
readonly "prefer-default-export": any;
readonly "prefer-defer-import": any;
readonly "prefer-early-return": any;
readonly "prefer-fetch": any;
readonly "prefer-timer-id": any;
};
export declare const configs: {
readonly all: {
$schema: string;
plugins: string[];
rules: {};
};
readonly base: {
$schema: string;
plugins: string[];
};
readonly fixable: {
$schema: string;
plugins: string[];
rules: {};
};
readonly recommended: {
$schema: string;
plugins: string[];
rules: {};
};
readonly "recommended-requires-type-checking": {
$schema: string;
plugins: string[];
rules: {};
};
};
export * as default from "./index.js";
//# sourceMappingURL=index.d.ts.map