molindo / eslint-config-molindo

ESLint config that implements the Molindo styleguide and helps to catch errors.
MIT License
1 stars 2 forks source link

Add `no-restricted-globals` for confusing browser globals #30

Closed amannn closed 3 years ago

amannn commented 4 years ago

Configure https://eslint.org/docs/rules/no-restricted-globals with https://www.npmjs.com/package/confusing-browser-globals.

Check if it works to have confusing-browser-globals as a dependency. Otherwise copy-paste the list into the repo.