@regele/devtools
Version:
A collection of developer utilities for code processing and text analysis
9 lines (8 loc) • 368 B
TypeScript
export * from './rule';
export * from './performance/nestedLoopsRule';
export * from './security/unsafeEvalRule';
export * from './maintainability/complexFunctionRule';
export * from './maintainability/deepNestingRule.stub';
export * from './bugs/unhandledPromiseRule';
export * from './bugs/inconsistentReturnRule.stub';
export * from './style/namingConventionRule';