1.3.1 • Published 3 years ago

eslint-config-streamr v1.3.1

Weekly downloads
24
License
UNLICENSED
Repository
github
Last release
3 years ago

eslint-config-streamr (react)

A shared eslint config between Streamr react js projects. Has rules considering es6, react and flow. Extends eslint-config-airbnb, but has some other rules on top of that. Please see .eslintrc.js for the ruleset.

Usage

Setup

First install the package with

npm i -D eslint-config-streamr

Then install the peer dependencies. The easiest way to do this is with npx (npm > 5.2.0):

npx install-peerdeps [-d] eslint-config-streamr

-d is to install them as devDependencies

Config

In your .eslintrc.json (or .js) file you must extend eslint-config-streamr:

{
  extends: 'eslint-config-streamr'
}

OR use alias

{
  extends: 'streamr'
}
1.3.1

3 years ago

1.3.0

4 years ago

1.2.0

5 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago