ember-template-lint-plugin-prettier
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -14,3 +14,3 @@ // inspiration here: https://github.com/prettier/eslint-plugin-prettier/blob/master/eslint-plugin-prettier.js | ||
function isFile(loc) { | ||
return loc.start && loc.start.line === 1 && loc.column.line === 0 | ||
return loc.start && loc.start.line === 1 && loc.start.column === 0 | ||
} | ||
@@ -17,0 +17,0 @@ |
{ | ||
"name": "ember-template-lint-plugin-prettier", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "A prettier plugin for ember-template-lint", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -10,3 +10,3 @@ # ember-template-lint-plugin-prettier 👋 | ||
```sh | ||
yarn add -D ember-template-lint-plugin-prettier | ||
yarn add -D prettier ember-template-lint-plugin-prettier | ||
``` | ||
@@ -13,0 +13,0 @@ |
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
17261