https://github.com/signpostmarv/eslint-config
ESLint Config
https://github.com/signpostmarv/eslint-config
Last synced: 3 months ago
JSON representation
ESLint Config
- Host: GitHub
- URL: https://github.com/signpostmarv/eslint-config
- Owner: SignpostMarv
- License: apache-2.0
- Created: 2024-07-07T18:25:55.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-21T10:50:02.000Z (3 months ago)
- Last Synced: 2026-02-21T16:56:19.612Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 351 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://coveralls.io/github/SignpostMarv/eslint-config?branch=main)
[](https://github.com/SignpostMarv/eslint-config/actions/workflows/node.js.yml?query=branch%3Amain)
# Installation
`npm install --save-dev @signpostmarv/eslint-config`
# Usage
```js
import {typescript} from '@signpostmarv/eslint-config';
import parser from '@typescript-eslint/parser';
export default [
{
languageOptions: {
parser,
parserOptions: {
project: ['./tsconfig.eslint.json'],
},
},
},
...typescript,
];
```