UNPKG

eslint-config-arpinum

Version:
15 lines (13 loc) 218 B
'use strict'; module.exports = { 'rules': { 'no-delete-var': 2, 'no-shadow-restricted-names': 2, 'no-undef': 2, 'no-undef-init': 2, 'no-use-before-define': [ 2, 'nofunc' ] } };