UNPKG

@fenge/eslint-config

Version:

A super strict eslint config for linting js/ts/package.json.

14 lines 611 B
export declare function getTsTest(): { readonly name: "fenge/typescript/test"; readonly files: readonly ["**/__tests__/**/*.{ts,cts,mts,tsx}", "**/*.{test,spec}.{ts,cts,mts,tsx}"]; readonly rules: { readonly "@typescript-eslint/no-floating-promises": "off"; readonly "@typescript-eslint/unbound-method": "off"; readonly "es-x/no-top-level-await": "off"; readonly "esm/no-phantom-dep-imports": readonly ["error", { readonly allowDevDependencies: true; }]; readonly "esm/required-exports": "off"; }; }; //# sourceMappingURL=test.d.ts.map