1.1.0 • Published 4 years ago

@dre1080/eslint-config-nuxt v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

eslint-config-nuxt

npm (scoped)

A sharable eslint config object for Nuxt.js projects.

Install

Install eslint, prettier and @dre1080/eslint-config-nuxt:

With Yarn

$ yarn add --dev eslint prettier @dre1080/eslint-config-nuxt

With npm

$ npm install eslint prettier @dre1080/eslint-config-nuxt --save-dev

Usage

JSON ESLint config example:

{
  "extends": ["@dre1080/eslint-config-nuxt"]
}

Add a prettier config in package.json:

"prettier": "@dre1080/prettier-config"