Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

eslint-config-johangirod

johangirod10MIT2.0.0

My personal eslint config

readme

My personal flavoured config for eslint. npm version semantic-release

installation

yarn add eslint-config-johangirod

Puis dans le .eslintrc.json

{
  "extends": "johangirod"
}

changelog

2.0.0 (https://github.com/johangirod/eslint-config-johangirod/compare/a6a029b461d637cfa1f918813bbd60424ef689e8...v2.0.0) (2018-02-04)

Features

* add prettier rules (84fb8ce (https://github.com/johangirod/eslint-config-johangirod/commit/84fb8ce))

BREAKING CHANGES

* you need to add the eslint-config-prettier as a dev depency

1.2.0 (https://github.com/johangirod/eslint-config-johangirod/compare/37f7484473f6dd50414f0d416fea491d816aa226...v1.2.0) (2018-01-31)

Features

1.1.0 (https://github.com/johangirod/eslint-config-johangirod/compare/a71a26ce939eed00b8025a9042d8c7701c06d3f5...v1.1.0) (2018-01-20)

Features

1.0.2 (https://github.com/johangirod/eslint-config-johangirod/compare/57c798e3e77fe34ee300815d2a2064c7fb631dcf...v1.0.2) (2018-01-20)

Bug Fixes

1.0.1 (https://github.com/johangirod/eslint-config-johangirod/compare/a284bafcd0d26b46a3971e24f40726c1e01d5d08...v1.0.1) (2018-01-20)

Bug Fixes

1.0.0 (2018-01-20)

Features

* Initial rules (8f9fe2a (https://github.com/johangirod/eslint-config-johangirod/commit/8f9fe2a))