UNPKG

smh-eslint-rules

Version:

EsLint Plugin to standard rules for javascript, typescript without limitation of the frameworks ( react, angular, node etc )

9 lines (8 loc) 224 B
import { RuleModule } from '@typescript-eslint/utils/dist/ts-eslint'; type Options = [ { ignorePattern?: string; } ]; declare const noCommentedJsx: RuleModule<string, Options>; export default noCommentedJsx;