@lbwa/eslint-config
An opinionated eslint config.
// .eslintrc.js
module.exports = {
extends: ['@lbwa']
}
FAQ
-
Q: How we use global variables with default no-restricted-globals rule?
A: To use them, explicitly reference them, e.g.
window.name
orwindow.status
.ref
License
MIT © Liu Bowen