UNPKG

eslint-config-obey-ziga

Version:
10 lines (9 loc) 160 B
module.exports = { rules: { 'no-restricted-globals': 0, 'no-shadow': [2, { builtinGlobals: true, }], 'no-undefined': 0, } };