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

https://github.com/byloth/eslint-config

✔ A collection of some common sense linting rules.
https://github.com/byloth/eslint-config

eslint-config nuxtjs typescript vuejs

Last synced: 3 months ago
JSON representation

✔ A collection of some common sense linting rules.

Awesome Lists containing this project

README

          

# ESLint configurations ✔

[![NPM release](https://github.com/Byloth/eslint-config/actions/workflows/release-npm.yml/badge.svg)](https://github.com/Byloth/eslint-config/actions/workflows/release-npm.yml)
[![GPR release](https://github.com/Byloth/eslint-config/actions/workflows/release-gpr.yml/badge.svg)](https://github.com/Byloth/eslint-config/actions/workflows/release-gpr.yml)

A collection of some common sense linting rules.

- [JavaScript configurations](packages/eslint-config#readme)
- [Nuxt.js configurations](packages/eslint-config-nuxt#readme)
- [TypeScript configurations](packages/eslint-config-typescript#readme)
- [Vue.js configurations](packages/eslint-config-vue#readme)

## Installation

```sh
npm install --save-dev @byloth/eslint-config
```

```sh
npm install --save-dev @byloth/eslint-config-nuxt
```

```sh
npm install --save-dev @byloth/eslint-config-typescript
```

```sh
npm install --save-dev @byloth/eslint-config-vue
```