Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 268 Bytes

File metadata and controls

9 lines (6 loc) · 268 Bytes

Code Style

Run npm run lint to check formatting and linting. The project uses:

  • Prettier for code formatting
  • Stylelint for CSS/SCSS linting
  • ESLint for JavaScript/TypeScript linting

See the respective config files in the project root for rules.