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.
- Host: GitHub
- URL: https://github.com/byloth/eslint-config
- Owner: Byloth
- License: apache-2.0
- Created: 2021-05-19T08:04:32.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-29T09:32:24.000Z (9 months ago)
- Last Synced: 2025-09-29T10:33:05.543Z (9 months ago)
- Topics: eslint-config, nuxtjs, typescript, vuejs
- Language: JavaScript
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# ESLint configurations ✔
[](https://github.com/Byloth/eslint-config/actions/workflows/release-npm.yml)
[](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
```