eslint-config-standard-trailing-commas
Advanced tools
Comparing version 6.0.0-beta.2 to 6.0.0-beta.2.1
{ | ||
"name": "eslint-config-standard-trailing-commas", | ||
"description": "JavaScript Standard Style - ESLint Shareable Config", | ||
"version": "6.0.0-beta.2", | ||
"version": "6.0.0-beta.2.1", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Josh Burgess", |
@@ -7,7 +7,7 @@ # Standard Trailing Commas | ||
> Trailing commas simplify adding and removing items to objects and arrays, since only the lines you are modifying | ||
> must be touched. Another argument in favor of trailing commas is that it improves the clarity of diffs when an item | ||
> Trailing commas simplify adding and removing items to objects and arrays, since only the lines you are modifying | ||
> must be touched. Another argument in favor of trailing commas is that it improves the clarity of diffs when an item | ||
> is added or removed from an object or array | ||
Original Standard shown documentation below: | ||
Original Standard documentation shown below: | ||
@@ -14,0 +14,0 @@ # Standard - ESLint Shareable Config |
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