Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
linting/ | 12-May-2024 | - | 601 | 421 | ||
plugin-development/ | 12-May-2024 | - | 13 | 8 | ||
README.md | D | 12-May-2024 | 484 | 12 | 6 |
README.md
1# Getting Started 2 3Approaching a monorepo project like this can be pretty daunting and hard to navigate for a new user. 4 5The goal of these docs are to give you a quick overview of the project and all of its the pieces, as well as provide guides to help you get setup. 6 7The docs are broken down into the following categories: 8 9## [I want to lint my TypeScript codebase.](./linting/README.md) 10 11## [(TODO) I want to write an ESLint plugin in TypeScript.](./plugin-development/README.md) 12