Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

My personal ESLint preset for Vue 3 - Nuxt 3 projects
https://github.com/nicolaspadari/eslint-config

eslint lint typescript vue

Last synced: about 2 months ago
JSON representation

My personal ESLint preset for Vue 3 - Nuxt 3 projects

Awesome Lists containing this project

README

        

# @spada/eslint-config

> Inspired by @antfu/eslint-config

### About

Lint and format `.js`, `.ts`, `.vue` files


### Install

```bash
npm i -D eslint @spada/eslint-config
```


### `.eslintrc` file

```json
{
"extends": "@spada/eslint-config"
}
```


### `.vscode/.settings.json` file

```json
{
"editor.formatOnSave": false,
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}
```