Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 289 Bytes

Readme.md

File metadata and controls

20 lines (17 loc) · 289 Bytes

40Q eslint configuration

Installation

  1. Install this package using yarn or npm.
yarn add --dev @40q/eslint-config
npm install --save-dev @40q/eslint-config
  1. Include it in the .eslintrc file of the project.
{
  "extends": [
    "@40q/eslint-config"
  ]
}