https://github.com/pting-me/config-doctor
Tools for analyzing your repo configuration
https://github.com/pting-me/config-doctor
configuration ecmascript javascript lint typescript
Last synced: 3 months ago
JSON representation
Tools for analyzing your repo configuration
- Host: GitHub
- URL: https://github.com/pting-me/config-doctor
- Owner: pting-me
- License: mit
- Created: 2022-02-13T04:57:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T03:19:56.000Z (over 3 years ago)
- Last Synced: 2025-03-23T22:38:29.080Z (3 months ago)
- Topics: configuration, ecmascript, javascript, lint, typescript
- Language: TypeScript
- Homepage:
- Size: 651 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Config Doctor
Tools for analyzing your repo configuration
# Projects
- [ESLint Doctor](packages/eslint-doctor/)
- ESLint Doctor Config (TBD)
- TS Doctor (TBD)# Organization
This is a monorepo built on top of [Nx](https://nx.dev/).
## Project structure
Projects are placed in folders as `packages/{project name}`.
`README.md` files placed in project roots will be published to `npm`, so make sure it's targeted to consumers of the package, rather than contributors.
## Commands
Commands are executed using the `nx` CLI tool rather than `npm`. For example:
```Shell
nx test eslint-doctor
```Additional commands can be found in the `project.json` file of each project root.