Skip to content

40Q/eslint-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

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"
  ]
}

Releases

No releases published

Packages

No packages published