UNPKG

auto-cr-rules

Version:

Extensible static analysis rule set for the auto-cr automated code review toolkit

6 lines (5 loc) 256 B
import type { Rule } from '../types'; import { noDeepRelativeImports } from './noDeepRelativeImports'; import { noSwallowedErrors } from './noSwallowedErrors'; export declare const builtinRules: Rule[]; export { noDeepRelativeImports, noSwallowedErrors };