Set up linter for the package
This commit is contained in:
parent
21b8c4e77a
commit
ba12c9c0c7
2 changed files with 15 additions and 0 deletions
14
docs/Dependencies.md
Normal file
14
docs/Dependencies.md
Normal 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
|
1
packages/utils/.eslintrc.js
Normal file
1
packages/utils/.eslintrc.js
Normal file
|
@ -0,0 +1 @@
|
|||
module.exports = {};
|
Loading…
Add table
Reference in a new issue