1.0.5 • Published 7 years ago

eslint-config-truestrict v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

eslint-config-truestrict

A strict eslint config for masochists

Installation

npm install --save-dev eslint-config-truestrict
// alternatively
yarn add --dev eslint-config-truestrict

Usage

Add to your .eslintrc:

{
  extends: 'truestrict'
}

Notes

This config was designed around react and babel. It utilizes the babel module resolver

Credits

This config was heavily borrowed from and inspired by @izaakschroeder