7.0.0 • Published 4 months ago

eslint-config-streamr-ts v7.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 months ago

eslint-config-streamr-ts

A shared eslint config between Streamr TypeScript projects. See .eslintrc.js for the ruleset.

Usage

Setup

First install the package with

npm i -D eslint-config-streamr-ts

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-ts

-d is to install them as devDependencies

Config

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

{
  extends: 'eslint-config-streamr-ts'
}

OR use alias

{
  extends: 'streamr-ts'
}

Release

1) git checkout master 2) git pull 3) Increase the version number in package.json 4) npm install 5) Commit changes 6) npm publish 7) git push

Resources

Rules for eslint-plugin-promise and their reasoning

7.0.0

4 months ago

6.1.0

5 months ago

6.0.0

9 months ago

5.0.0

9 months ago

4.1.0

3 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.0.0

4 years ago