1.0.1 • Published 2 years ago

@denovo/eslint-config v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

@denovo/eslint-config

A ESLint configuration for projects following the Denovo coding guidelines.

Installation

npm install --save-dev @denovo/eslint-config

Usage

Specify eslintConfig property in package.json:

{
  "name": "another-project",
  "eslintConfig": {
    "extends": "@denovo/eslint-config"
  },
  "devDependencies" : {
    "@denovo/eslint-config": "^1.0.0"
  }
}

How to contribute

  • Change the index.js file in arrangement with the Denovo QA team.
  • Run npm run publish and follow the instructions.
1.0.1

2 years ago

1.0.0

2 years ago