UNPKG

eslint-config-ecliptic

Version:

Ecliptic's ESLint config, following our styleguide

9 lines (8 loc) 221 B
module.exports = { 'rules': { // enforces consistent newlines before or after dots 'dot-location': [2, 'property'], // allow usage of expressions in statement position 'no-unused-expressions': 0, }, }