Eslint + Prettier

POC to test eslint + prettier. Using Open api kitsu.

NPM Version

Requirements

Installation

clone the project and run the command below.

npm install

Extension

As I used vscode you need to install both ESLint and Prettier - Code formatter in the extensions.

.env

Create a file at the root of the project with the name .env

.env var value
HOST https://kitsu.io/api/edge/

Running

commands tests that are going to run
npm test runs the only test
npm run lint runs the lint