Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 768 Bytes

CONTRIBUTING.md

File metadata and controls

62 lines (37 loc) · 768 Bytes

Contributing

Installation


Clone/Download the repo

git clone https://github.com/joelazwar/linkChek.git

Install dependencies

npm install

Visual Studio Code

Some vscode settings are included in the repository for formatting purposes.

Extensions

There are 2 extensions that are recommended in the project

  • ESLint
  • Prettier

Settings

Saving files will automatically format them with the Prettier formatting tool.


NPM Formatting Scripts

If not on vscode, npm scripts have been written for formatting purposes as well


To format the project with prettier

npm run prettier

To check the code for lints

npm run eslint

or

npm run lint