UNPKG

eslint-config-get-off-my-lawn

Version:

A highly opinionated, sharable config of ESLint rules to produce beautiful, readable JavaScript.

9 lines (8 loc) 245 B
module.exports = { plugins: ['objects'], rules: { 'objects/no-object-properties-first-line': 'error', 'objects/no-object-properties-last-line': 'error', 'objects/no-object-properties-one-line': 'error', }, };