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) 279 B
'use strict' export { stringManipulation } from './stringManipulation.js' export { nodeParser } from './nodeParser.js' export { ruleMetaData } from './ruleMetaData.js' export { templateProcessor } from './templateProcessor.js' export { vueNodeParser } from './vueNodeParser.js'