UNPKG

xo

Version:

JavaScript/TypeScript linter (ESLint wrapper) with great defaults

4 lines (3 loc) 128 B
import { type Rule } from 'eslint'; declare const noUseExtendNativeRule: Rule.RuleModule; export default noUseExtendNativeRule;