Set up linter for the package

This commit is contained in:
Manav Rathi 2024-02-16 11:07:16 +05:30
parent 21b8c4e77a
commit ba12c9c0c7
2 changed files with 15 additions and 0 deletions

14
docs/Dependencies.md Normal file
View file

@ -0,0 +1,14 @@
# Dependencies
## Global
These are some global dev dependencies in the root `package.json`. These set the
baseline for how our code be in all the workspaces in the monorepo.
* "prettier" - Formatter
* "eslint" - Linter
* "typescript" - Type checker
They also need some support packages:
* "@typescript-eslint/parser" - Tells ESLint how to read TypeScript syntax

View file

@ -0,0 +1 @@
module.exports = {};