2.0.0 • Published 5 months ago

eslint-plugin-gb v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

eslint-plugin-gb

Description

My favorite eslint configurations

Installation

$ npm i --save-dev typescript
$ npm i --save-dev eslint
$ npm i --save-dev @typescript-eslint/parser
$ npm i --save-dev @typescript-eslint/eslint-plugin
$ npm i --save-dev eslint-plugin-gb

Usage

// .eslintrc.js

module.exports = {
  plugins: ['gb'],
  extends: ['plugin:gb/recommended'],
};

recommended config

RuleSetting
@typescript-eslint/consistent-type-importswarn
@typescript-eslint/explicit-member-accessibilitywarn
@typescript-eslint/explicit-module-boundary-typeswarn
@typescript-eslint/member-orderingwarn (with alphabetical ordering)
@typescript-eslint/no-unused-varsoff

recommended-with-type-checking config

all of the recommended rules and also the following.

RuleSetting
@typescript-eslint/no-floating-promiseswarn
@typescript-eslint/unbound-methoderror
2.0.0-alpha.3

5 months ago

2.0.0-alpha.4

5 months ago

2.0.0-alpha.6

5 months ago

2.0.0

5 months ago

2.0.0-alpha.0

7 months ago

2.0.0-alpha.1

7 months ago

2.0.0-alpha.2

6 months ago

1.5.1

1 year ago

1.5.0

1 year ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.2.0

3 years ago

0.0.0

3 years ago