@strv/eslint-config-base
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -6,2 +6,13 @@ # Change Log | ||
## [1.1.2](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-base@1.1.1...@strv/eslint-config-base@1.1.2) (2019-04-09) | ||
### Bug Fixes | ||
* allow name exception in eslint no-shadow ([4422753](https://github.com/strvcom/code-quality-tools/commit/4422753)) | ||
## [1.1.1](https://github.com/strvcom/code-quality-tools/compare/@strv/eslint-config-base@1.1.0...@strv/eslint-config-base@1.1.1) (2019-04-05) | ||
@@ -8,0 +19,0 @@ |
@@ -445,2 +445,3 @@ /** | ||
hoist: 'functions', | ||
allow: ['name'], | ||
}], | ||
@@ -447,0 +448,0 @@ |
{ | ||
"name": "@strv/eslint-config-base", | ||
"description": "STRV's ESLint configuration preset", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"author": "Pavel Prichodko <prichodko.p@gmail.com>", | ||
@@ -36,3 +36,3 @@ "bugs": { | ||
}, | ||
"gitHead": "54497234ee2966e1f8dd01e9e2056252bb109658" | ||
"gitHead": "d2b57162a55266b098bccf5e11fe2a9a9bc5dd8a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64551
1153