eslint-config-jsmos
v0.3.1
Published
JavaScript Manual of Style
Maintainers
Readme
Base ESLint Configuration
How to use this repo
need to fill this in as shops differ
Updating Configs
place detail process here (preferably a checklist of sorts)
Conventions
- use single quotes
- use semicolons
- two spaces for indentation
- no comma dangles
Favor...
- explicit over implicit
- developer intention over assumed developer intention
Helpful Resources
- https://eslint.org/docs/user-guide/configuring
- https://www.npmjs.com/package/eslint-config-airbnb
- https://github.com/benmosher/eslint-plugin-import
- https://google.github.io/styleguide/jsguide.html
