eslint-plugin-gb 1.5.0 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +11 -11
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -27,19 +27,19 @@ module.exports = {
27
27
 
28
28
  ## `recommended` config
29
29
 
30
- | Rule | Setting |
31
- | ------------------------------------------------------------------------------------------------------------------------- | --------------------------------- |
32
- | [@typescript-eslint/consistent-type-imports](https://typescript-eslint.io/rules/consistent-type-imports) | warn |
33
- | [@typescript-eslint/explicit-member-accessibility](https://typescript-eslint.io/rules/explicit-member-accessibility.md) | warn |
34
- | [@typescript-eslint/explicit-module-boundary-types](https://typescript-eslint.io/rules/explicit-module-boundary-types.md) | warn |
35
- | [@typescript-eslint/member-ordering](https://typescript-eslint.io/rules/member-ordering.md) | warn (with alphabetical ordering) |
36
- | [@typescript-eslint/no-floating-promises](https://typescript-eslint.io/rules/no-floating-promises.md) | warn |
37
- | [@typescript-eslint/no-unused-vars](https://typescript-eslint.io/rules/no-unused-vars.md) | off |
30
+ | Rule | Setting |
31
+ | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------- |
32
+ | [@typescript-eslint/consistent-type-imports](https://typescript-eslint.io/rules/consistent-type-imports) | warn |
33
+ | [@typescript-eslint/explicit-member-accessibility](https://typescript-eslint.io/rules/explicit-member-accessibility/) | warn |
34
+ | [@typescript-eslint/explicit-module-boundary-types](https://typescript-eslint.io/rules/explicit-module-boundary-types/) | warn |
35
+ | [@typescript-eslint/member-ordering](https://typescript-eslint.io/rules/member-ordering/) | warn (with alphabetical ordering) |
36
+ | [@typescript-eslint/no-unused-vars](https://typescript-eslint.io/rules/no-unused-vars/) | off |
38
37
 
39
38
  ## `recommended-with-type-checking` config
40
39
 
41
40
  all of the `recommended` rules and also the following.
42
41
 
43
- | Rule | Setting |
44
- | ----------------------------------------------------------------------------------------- | ------- |
45
- | [@typescript-eslint/unbound-method](https://typescript-eslint.io/rules/unbound-method.md) | error |
42
+ | Rule | Setting |
43
+ | --------------------------------------------------------------------------------------------------- | ------- |
44
+ | [@typescript-eslint/no-floating-promises](https://typescript-eslint.io/rules/no-floating-promises/) | warn |
45
+ | [@typescript-eslint/unbound-method](https://typescript-eslint.io/rules/unbound-method/) | error |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-plugin-gb",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "eslint-plugin-gb",
5
5
  "private": false,
6
6
  "devDependencies": {
@@ -29,5 +29,5 @@
29
29
  "prepare": "npm run build"
30
30
  },
31
31
  "typings": "lib/index.d.ts",
32
- "gitHead": "06a982cb329722cfd36f20e43f1d9693df4b9c95"
32
+ "gitHead": "3ca1c7e7943b67f0361be18b45a351f4dbc27261"
33
33
  }