@rushstack/eslint-plugin
Advanced tools
Comparing version 0.6.3 to 0.7.0
@@ -5,2 +5,14 @@ { | ||
{ | ||
"version": "0.7.0", | ||
"tag": "@rushstack/eslint-plugin_v0.7.0", | ||
"date": "Tue, 22 Sep 2020 01:45:31 GMT", | ||
"comments": { | ||
"minor": [ | ||
{ | ||
"comment": "Add a new rule \"@rushstack/typedef-var\" which supplements \"@typescript-eslint/typedef\" by enabling a special policy for local variables" | ||
} | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "0.6.3", | ||
@@ -7,0 +19,0 @@ "tag": "@rushstack/eslint-plugin_v0.6.3", |
# Change Log - @rushstack/eslint-plugin | ||
This log was last generated on Sat, 19 Sep 2020 04:37:26 GMT and should not be manually modified. | ||
This log was last generated on Tue, 22 Sep 2020 01:45:31 GMT and should not be manually modified. | ||
## 0.7.0 | ||
Tue, 22 Sep 2020 01:45:31 GMT | ||
### Minor changes | ||
- Add a new rule "@rushstack/typedef-var" which supplements "@typescript-eslint/typedef" by enabling a special policy for local variables | ||
## 0.6.3 | ||
@@ -6,0 +13,0 @@ Sat, 19 Sep 2020 04:37:26 GMT |
@@ -8,2 +8,3 @@ "use strict"; | ||
const no_untyped_underscore_1 = require("./no-untyped-underscore"); | ||
const typedef_var_1 = require("./typedef-var"); | ||
const plugin = { | ||
@@ -18,3 +19,5 @@ rules: { | ||
// Full name: "@rushstack/no-untyped-underscore" | ||
'no-untyped-underscore': no_untyped_underscore_1.noUntypedUnderscoreRule | ||
'no-untyped-underscore': no_untyped_underscore_1.noUntypedUnderscoreRule, | ||
// Full name: "@rushstack/typedef-var" | ||
'typedef-var': typedef_var_1.typedefVar | ||
} | ||
@@ -21,0 +24,0 @@ }; |
{ | ||
"name": "@rushstack/eslint-plugin", | ||
"version": "0.6.3", | ||
"version": "0.7.0", | ||
"description": "An ESLint plugin providing supplementary rules for use with the @rushstack/eslint-config package", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
113695
45
1107