Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 1.26 KB

code-styles-linting.md

File metadata and controls

10 lines (8 loc) · 1.26 KB

Code styles and linting

Having a consistent style for code and similar aspects makes collaboration easier. Though there is nothing that enforces these things, intentionally so, spending some time to adhere to these styles will be beneficial in the long run.

  • JS: Javascript is linted with ESLint and defined in .eslintrc.
  • Styles: SASS (and CSS) is linted with stylelint and defined in .styleintrc.