2.0.0 • Published 2 years ago

@strg/eslint-config-node v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

eslint-config-node

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

Installation

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

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

Usage

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

Versioning

This project adheres to Semantic Versioning.