host-validation
host-validation copied to clipboard
Format code with Prettier
This commit adds Prettier to make the code style more consistent (related to #5).
It also adds a few npm scripts to help with this:
npm run lintwill check files with Prettiernpm run formatwill format all files with Prettiernpm testwill now runnpm run lintbeforehand (see thepretestscript)
Hope this helps! Happy to answer any questions.