We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
We follow AirBnB JavaScript style guide and React styleg uide.
You should lint your code with ESLint to align with the requirements. From the terminal do
$ npm run lint
or
$ yarn run lint
Please do not create pull requests if your code has linter errors.
Under development
We would like you to do unit tests for all your code.