eslint-config-prettier
Advanced tools
Comparing version 1.2.0 to 1.3.0
@@ -0,1 +1,6 @@ | ||
### Version 1.3.0 (2017-02-21) | ||
- Added: The [template-tag-spacing] rule. Thanks to Thibault Derousseaux | ||
(@tibdex)! | ||
### Version 1.2.0 (2017-02-14) | ||
@@ -38,1 +43,2 @@ | ||
[one-var-declaration-per-line]: http://eslint.org/docs/rules/one-var-declaration-per-line | ||
[template-tag-spacing]: http://eslint.org/docs/rules/template-tag-spacing |
@@ -55,2 +55,3 @@ "use strict"; | ||
"template-curly-spacing": "off", | ||
"template-tag-spacing": "off", | ||
"unicode-bom": "off", | ||
@@ -57,0 +58,0 @@ "wrap-iife": "off", |
{ | ||
"name": "eslint-config-prettier", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"license": "MIT", | ||
"author": "Simon Lydell", | ||
"description": "Turns all rules that are unnecessary or might conflict with prettier off.", | ||
"description": "Turns off all rules that are unnecessary or might conflict with prettier.", | ||
"repository": "lydell/eslint-config-prettier", | ||
@@ -8,0 +8,0 @@ "files": [ |
# eslint-config-prettier [![Build Status][travis-badge]][travis] | ||
Turns all rules that are unnecessary or might conflict with [prettier] off. | ||
Turns off all rules that are unnecessary or might conflict with [prettier]. | ||
@@ -5,0 +5,0 @@ This let’s you use you favorite shareable config without letting its stylistic |
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
16118
208