@beyondessential/eslint-config-beyondessential
v2.6.0
Published
This package provides Beyond Essential System's base JS .eslintrc as an extensible shared config.
Downloads
10,117
Readme
eslint-config-beyondessential
Warning: this package is now DEPRECATED. Check GitHub for current versions of our style guides.
This is a basic starting eslint configuration for Beyond Essential System Projects. It extends airbnb's standard config.
Usage
As we extend airbnb here, you will need to install airbnb's peerDependencies, see: eslint-config-airbnb. We also have babel-eslint as a peerDependency.
yarn add --dev @beyondessential/eslint-config-beyondessential
extend @beyondessential/eslint-config-beyondessential in .eslintrc
Updating the config
- Pull latest version from: github
- Update config (eslintrc.json)
npm version < patch || minor || major >
- git push
npm login
npm publish