https://github.com/vsconfig/lint-config
ESLint Config for JavaScript and TypeScript.
https://github.com/vsconfig/lint-config
eslintconfig eslintrc javascript lint linter node prettierconfig prettierrc react typescript
Last synced: 2 months ago
JSON representation
ESLint Config for JavaScript and TypeScript.
- Host: GitHub
- URL: https://github.com/vsconfig/lint-config
- Owner: vsconfig
- License: mit
- Created: 2023-03-26T14:24:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-26T14:24:29.000Z (about 3 years ago)
- Last Synced: 2025-10-21T22:35:45.752Z (8 months ago)
- Topics: eslintconfig, eslintrc, javascript, lint, linter, node, prettierconfig, prettierrc, react, typescript
- Language: JavaScript
- Homepage:
- Size: 72.3 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VSConfig Linter
- [eslint-config](https://github.com/vsconfig/lint-config/tree/main/packages/eslint-config)
- [eslint-config-typescript](https://github.com/vsconfig/lint-config/tree/main/packages/eslint-config-typescript)
- [eslint-config-react](https://github.com/vsconfig/lint-config/tree/main/packages/eslint-config-react)
- [prettier-config](https://github.com/vsconfig/lint-config/tree/main/packages/prettier-config)
[](https://github.com/vsconfig/lint-config/blob/HEAD/LICENSE)
[](https://github.com/vsconfig/lint-config/stargazers)
## Installation
### eslint-config
Eslint Config is available as an [npm package](https://www.npmjs.com/package/@vsconfig/eslint-config).
**npm:**
```bash
npm i -D eslint @vsconfig/eslint-config
```
**yarn:**
```bash
yarn add -D eslint @vsconfig/eslint-config
```
### eslint-config-typescript
Eslint Config TypeScript is available as an [npm package](https://www.npmjs.com/package/@vsconfig/eslint-config-typescript).
**npm:**
```bash
npm i -D eslint @vsconfig/eslint-config-typescript
```
**yarn:**
```bash
yarn add -D eslint @vsconfig/eslint-config-typescript
```
### eslint-config-react
Eslint Config React is available as an [npm package](https://www.npmjs.com/package/@vsconfig/eslint-config-react).
**npm:**
```bash
npm i -D eslint @vsconfig/eslint-config-react
```
**yarn:**
```bash
yarn add -D eslint @vsconfig/eslint-config-react
```
### prettier-config
Prettier Config is available as an [npm package](https://www.npmjs.com/package/@vsconfig/prettier-config).
**npm:**
```bash
npm i -D prettier @vsconfig/prettier-config
```
**yarn:**
```bash
yarn add -D prettier @vsconfig/prettier-config
```
## License
This project is licensed under the terms of the [MIT license](https://github.com/vsconfig/lint-config/blob/HEAD/LICENSE).