UNPKG

@byndyusoft/eslint-config

Version:
11 lines (10 loc) 277 B
/* https://eslint.org/docs/rules/#variables */ module.exports = { rules: { 'no-label-var': 'error', 'no-shadow': 'error', 'no-undef-init': 'error', 'no-unused-vars': 'warn' // 'no-use-before-define': 'error' FIXME } };