Skip to content
This repository has been archived by the owner on Feb 14, 2019. It is now read-only.

Latest commit

 

History

History
executable file
·
42 lines (30 loc) · 403 Bytes

README.md

File metadata and controls

executable file
·
42 lines (30 loc) · 403 Bytes

eslint-config-doctolib

ESLint configuration used in Doctolib projects.

Install

yarn add eslint-config-doctolib --dev

Usage

Basic

// .eslintrc.js
{
  extends: 'doctolib',
}

Mocha tests

// .eslintrc.js
{
  extends: ['doctolib', 'doctolib/mocha'],
}

React

// .eslintrc.js
{
  extends: ['doctolib', 'doctolib/react'],
}

License

MIT