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
2
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 1.1.0-beta.0 to 1.1.0

18

CHANGELOG.md
# CHANGELOG
## v1.1.0 (2019-11-27)
#### :rocket: Enhancement
* [#52](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/52) Add a recommended set of rules ([@dcyriller](https://github.com/dcyriller))
#### Committers: 1
- Cyrille David ([@dcyriller](https://github.com/dcyriller))
## v1.1.0-beta.0 (2019-11-24)
#### :house: Internal
* [#51](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/51) Upgrade prettier devDependency ([@dcyriller](https://github.com/dcyriller))
* [#50](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/pull/50) Remove markdown linting ([@dcyriller](https://github.com/dcyriller))
#### Committers: 1
- Cyrille David ([@dcyriller](https://github.com/dcyriller))
## v1.0.0 (2019-11-04)

@@ -4,0 +22,0 @@

2

package.json
{
"name": "ember-template-lint-plugin-prettier",
"version": "1.1.0-beta.0",
"version": "1.1.0",
"description": "A prettier plugin for ember-template-lint",

@@ -5,0 +5,0 @@ "keywords": [

@@ -27,4 +27,2 @@ # ember-template-lint-plugin-prettier 👋

Also, this plugin doesn't come with a recommended set of rules (that you often provide in the `extends` config key). At least for today! You'll have to enable them manually (see "Recommended configuration").
## Recommended configuration

@@ -34,2 +32,3 @@

to your `.templatelintrc.js` file:
```

@@ -44,19 +43,4 @@ module.exports = {

The recommended set will apply the following rules:
```
module.exports = {
rules: {
prettier: true, // turn this plugin's rule on
The recommended set will apply [these rules](https://github.com/ember-template-lint/ember-template-lint-plugin-prettier/blob/v1.1.0-beta.0/lib/config/recommended.js).
// if you use ember-template-lint's recommended set of rules
// the following stylistic rules need to be disabled
// to let Prettier handle formatting
"block-indentation": false,
"linebreak-style": false,
quotes: false,
"self-closing-void-elements": false
},
};
```
## Warnings

@@ -63,0 +47,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