An open API service indexing awesome lists of open source software.

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.

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)

[![License](https://img.shields.io/github/license/vsconfig/lint-config)](https://github.com/vsconfig/lint-config/blob/HEAD/LICENSE)
[![Stars](https://img.shields.io/github/stars/vsconfig/lint-config)](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).