UNPKG

eslint-plugin-signature-design

Version:

ESLint rule to make function signatures better. Currently has only one rule: prevent functions from having too many arguments with the same type.

3 lines (2 loc) 69 B
import rule from './max-duplicate-param-types'; export default rule;