UNPKG

eslint-plugin-quibble

Version:

ESLint plugin with stylistic code formatting rules that are often nitpicked in code review by quibbly developers.

8 lines (6 loc) 161 B
import noExcessiveWhitespace from './rules/no-excessive-whitespace.js' export default { rules: { 'no-excessive-whitespace': noExcessiveWhitespace, }, }