host-validation icon indicating copy to clipboard operation
host-validation copied to clipboard

Format code with Prettier

Open EvanHahn opened this issue 3 years ago • 0 comments

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 lint will check files with Prettier
  • npm run format will format all files with Prettier
  • npm test will now run npm run lint beforehand (see the pretest script)

Hope this helps! Happy to answer any questions.

EvanHahn avatar Aug 03 '22 12:08 EvanHahn