UNPKG

@jbpionnier/eslint-config-node

Version:
9 lines (8 loc) 163 B
module.exports = { rules: { 'no-label-var': 2, 'no-shadow-restricted-names': 2, 'no-undef-init': 2, 'no-use-before-define': [2, 'nofunc'] } };