UNPKG

eslint-config-rapid7

Version:

Rapid7's ESLint config, following our styleguide

9 lines (8 loc) 182 B
module.exports = { rules: { 'linebreak-style': [1, 'unix'], 'lines-around-directive': [2, 'always'], 'no-trailing-spaces': 1, 'no-irregular-whitespace': 1, }, };