0.5.0 • Published 3 years ago

@lbwa/eslint-config v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.4.3

3 years ago

0.4.2

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.2

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago