UNPKG

eslint-plugin-oxlint

Version:
8 lines (7 loc) 416 B
declare const pedanticRules: Record<string, 'off'>; declare const suspiciousRules: Record<string, 'off'>; declare const styleRules: Record<string, 'off'>; declare const restrictionRules: Record<string, 'off'>; declare const correctnessRules: Record<string, 'off'>; declare const perfRules: Record<string, 'off'>; export { pedanticRules, suspiciousRules, styleRules, restrictionRules, correctnessRules, perfRules, };