git clone https://github.com/joelazwar/linkChek.git
npm install
Some vscode settings are included in the repository for formatting purposes.
There are 2 extensions that are recommended in the project
- ESLint
- Prettier
Saving files will automatically format them with the Prettier formatting tool.
If not on vscode, npm scripts have been written for formatting purposes as well
npm run prettier
npm run eslint
or
npm run lint