shpp / programming.org.ua

https://programming.org.ua/
0 stars 1 forks source link

added basic eslint, prettier and pre-commit hooks #73

Closed k-boiko closed 1 year ago

k-boiko commented 1 year ago

This is an impactful change, so it's better to merge it after all other PRs, that are currently open. After merging this PR it is required to run npm run lint, fix all the issues and commit the fixes.

I included only basic setup, we can discuss and customize specific rules later.