4.2.0 • Published 6 years ago

eslint-config-globetro v4.2.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

eslint-config-globetro

My opinionated eslint config

Usage

The config covers rules for ES2015 and React.

  • npm i --save-dev eslint-config-globetro
  • create a .eslintrc on the root of your project with the following content:

For node app

{
  "extends": "eslint-config-globetro",
  "rules": {}
}

For React

{
  "extends": "eslint-config-globetro/react",
  "rules": {}
}

Any rules after the extended rules in your .eslintrc will override the rules in ureact.

Contributing

IMPORTANT: Do not manually change the version in package.json

  1. Make sure all changes are merged into master
  2. Run the release script:

npm run release -- major|minor|patch

Example:

npm run release -- patch

This will auto-bump package.json, tag the release, and publish

4.2.0

6 years ago

4.1.0

6 years ago

4.0.6

8 years ago

4.0.5

8 years ago

4.0.4

8 years ago

4.0.3

8 years ago

4.0.2

8 years ago

4.0.1

8 years ago

4.0.0

8 years ago

3.2.0

8 years ago

3.1.0

8 years ago

3.0.0

8 years ago

2.0.0

9 years ago

1.0.0

9 years ago