Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgoux/typescript-eslint-monorepo
https://github.com/jgoux/typescript-eslint-monorepo
Last synced: about 10 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jgoux/typescript-eslint-monorepo
- Owner: jgoux
- Created: 2023-09-20T19:21:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-20T19:47:11.000Z (about 1 year ago)
- Last Synced: 2024-03-18T07:10:36.791Z (8 months ago)
- Language: JavaScript
- Size: 49.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Issue
The package `@acme/eslint-config` is seen as untyped by `@typescript-eslint/eslint-plugin`.
# Getting started
```bash
pnpm install
pnpm -F api lint
```# Output
```bash
/Users/jgoux/Documents/code/eslint-typescript-monorepo/apps/api/eslint.config.js
3:17 error Unsafe spread of an `any` value in an array @typescript-eslint/no-unsafe-assignment/Users/jgoux/Documents/code/eslint-typescript-monorepo/apps/api/src/index.ts
5:13 error Unsafe spread of an `any` array type @typescript-eslint/no-unsafe-argument✖ 2 problems (2 errors, 0 warnings)
```# Config files
- [ESLint recommended config](./packages/eslint-config/src/recommended.js)
- [TypeScript config](./packages/tsconfig/tsconfig.json)