Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
/ eslint-config-nuxt Public archive

Standard linting configuration for Nuxt.js projects developed by STRG.

License

Notifications You must be signed in to change notification settings

strg-at/eslint-config-nuxt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eslint-config-nuxt

Standard linting configuration for Nuxt.js projects developed by STRG.

Installation

# install with npm
npm install -D @strg/eslint-config-nuxt

# or with yarn
yarn add -D @strg/eslint-config-nuxt

Usage

// .eslintrc.js
module.exports = {
  extends: [
    '@strg/eslint-config-nuxt'
  ]
}

Versioning

This project adheres to Semantic Versioning.

About

Standard linting configuration for Nuxt.js projects developed by STRG.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published