Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 482 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (8 loc) · 482 Bytes

Welcome to the contributing guide to the intra-api project

Contributing

Testing

We use jest for our units-test. Please add your owns when you add a feature, as this helps us to developp without regressions

Coding-style

This project is made to be developped by students who are used to code with a restricting coding-style. We use eslint for javascript and Airbnb configuration for our eslint. Please run npm run lint before committing to see if your code is compliant