UNPKG

eslint-config-braintree

Version:
13 lines (12 loc) 260 B
"use strict"; module.exports = { rules: { "no-catch-shadow": 2, "no-delete-var": 2, "no-label-var": 2, "no-shadow-restricted-names": 2, "no-undef-init": 2, "no-undef": 2, "no-undefined": 2, }, };