ookami-coding-style-web
Installation
SKILL.md
Web Coding Style
Follow these conventions when writing web frontend code. Full reference: https://github.com/ookamiinc/guides/blob/master/coding_style/web.md
General
- Use American English.
- Use ES2015+ and JSX. Follow the Airbnb JavaScript style guide and Airbnb React style guide.
- Use CSS Modules and SCSS. Follow stylelint-config-standard.
Check Your Code
Run the linter before submitting:
yarn run lint