@lbwa/eslint-config
v0.5.0
Published
An opinionated eslint config
Downloads
3
Readme
@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