0.5.0 • Published 4 years ago
@lbwa/eslint-config v0.5.0
@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.nameorwindow.status.ref
License
MIT © Liu Bowen