Socket
Socket
Sign inDemoInstall

eslint-config-prettier

Package Overview
Dependencies
89
Maintainers
1
Versions
72
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.0 to 1.3.0

6

CHANGELOG.md

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

1

index.js

@@ -55,2 +55,3 @@ "use strict";

"template-curly-spacing": "off",
"template-tag-spacing": "off",
"unicode-bom": "off",

@@ -57,0 +58,0 @@ "wrap-iife": "off",

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc