Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-template-lint-plugin-prettier

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-template-lint-plugin-prettier - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

index.js

@@ -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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc