0.5.0 • Published 4 years ago

@lbwa/eslint-config v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

@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 or window.status.ref

License

MIT © Liu Bowen

0.5.0

4 years ago

0.4.3

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago