This repository contains a collection of useful and standardized Pinehood rules for ESLint purposes and linting usage, in all kinds of backend TypeScript projects.
- Node.js (version >= 18.10.0)
- Visual Studio Code (and "Prettier - Code formatter" extension)
- Prerequisites:
- must have installed tools from the "Installations" section
- must have checked out / cloned source code from this repository
-
Open up the cloned repository/project/folder and run following commands in the given order, one by one:
npm install
-
The above command should have completed successfully, and should have not caused any "package.json" or "package-lock.json" changes.