0.3.4 • Published 5 years ago

eslint-config-divisio v0.3.4

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

eslint-config-divisio

Documentation for ESLint shareable configs

Shareable configs are a nice way of creating a pattern for coding style :sunglasses:

Installation

The best option is to install this package with all the necessary peer dependencies, so you can use:

npx install-peerdeps --dev eslint-config-divisio

eslint Setup

Now configure your .eslintrc or .eslintrc.js or whatever extension you use like above:

{
  "extends": "eslint-config-divisio"
}

And that's it for real is simple as that :squirrel:

Note: you can still overwrite the env, globals and parser in your local .eslintrc.js, depending on which platform you're coding (react-native or react-dom).

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago