jscs-config-seegno
Advanced tools
Comparing version 2.0.1 to 2.0.2
# Changelog | ||
## [2.0.2](https://github.com/seegno/jscs-config-seegno/tree/HEAD) | ||
[Full Changelog](https://github.com/seegno/jscs-config-seegno/compare/2.0.1...2.0.2) | ||
**Merged pull requests:** | ||
- Remove `validateOrderInObjectKeys` rule [\#32](https://github.com/seegno/jscs-config-seegno/pull/32) ([franciscocardoso](https://github.com/franciscocardoso)) | ||
- Remove `esnext` option as it is enabled by default [\#30](https://github.com/seegno/jscs-config-seegno/pull/30) ([franciscocardoso](https://github.com/franciscocardoso)) | ||
## [2.0.1](https://github.com/seegno/jscs-config-seegno/tree/2.0.1) (2016-07-18) | ||
@@ -4,0 +13,0 @@ [Full Changelog](https://github.com/seegno/jscs-config-seegno/compare/2.0.0...2.0.1) |
{ | ||
"name": "jscs-config-seegno", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Seegno-flavored JSCS config.", | ||
@@ -5,0 +5,0 @@ "main": "src/presets/seegno.json", |
@@ -43,3 +43,2 @@ { | ||
"disallowYodaConditions": true, | ||
"esnext": true, | ||
"excludeFiles": [ | ||
@@ -140,5 +139,4 @@ ".git", | ||
"validateLineBreaks": "LF", | ||
"validateOrderInObjectKeys": "asc-natural", | ||
"validateParameterSeparator": ", ", | ||
"validateQuoteMarks": "'" | ||
} |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
23174
483
1