eslint-plugin-oxlint
Version:
Turn off all rules already supported by oxlint
16 lines • 1.06 kB
text/typescript
//#region src/generated/rules-by-category.d.ts
declare const pedanticRules: Record<string, 'off'>;
declare const styleRules: Record<string, 'off'>;
declare const suspiciousRules: Record<string, 'off'>;
declare const restrictionRules: Record<string, 'off'>;
declare const correctnessRules: Record<string, 'off'>;
declare const perfRules: Record<string, 'off'>;
declare const nurseryRules: Record<string, 'off'>;
declare const correctnessTypeAwareRules: Record<string, 'off'>;
declare const suspiciousTypeAwareRules: Record<string, 'off'>;
declare const styleTypeAwareRules: Record<string, 'off'>;
declare const pedanticTypeAwareRules: Record<string, 'off'>;
declare const nurseryTypeAwareRules: Record<string, 'off'>;
declare const restrictionTypeAwareRules: Record<string, 'off'>;
//#endregion
export { correctnessRules, correctnessTypeAwareRules, nurseryRules, nurseryTypeAwareRules, pedanticRules, pedanticTypeAwareRules, perfRules, restrictionRules, restrictionTypeAwareRules, styleRules, styleTypeAwareRules, suspiciousRules, suspiciousTypeAwareRules };