Quick Development Guidelines
These few issues will make your life a lot easier, so during development, remember to:
- check the quality of your code before each commit with (
npm run lint
).
And remember this important advice:
Last modified 3yr ago
npm run lint
).