New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prettier-eslint

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prettier-eslint - npm Package Compare versions

Comparing version

to
6.4.1

1

dist/index.js

@@ -107,2 +107,3 @@ 'use strict';

formattingOptions.prettier.parser = 'json';
formattingOptions.prettier.trailingComma = 'none';
}

@@ -109,0 +110,0 @@

2

package.json
{
"name": "prettier-eslint",
"version": "6.4.0",
"version": "6.4.1",
"description": "Formats your JavaScript using prettier followed by eslint --fix",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -5,5 +5,2 @@ # prettier-eslint

For files with an extension of `.css`, `.less`, or `.scss`,
this only runs `prettier` since `eslint` cannot process those.
[![Build Status][build-badge]][build]

@@ -40,2 +37,5 @@ [![Code Coverage][coverage-badge]][coverage]

> For files with an extension of `.css`, `.less`, `.scss`, or `.json`
> this only runs `prettier` since `eslint` cannot process those.
## Installation

@@ -42,0 +42,0 @@