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
2
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
15.0.1

2

dist/index.js

@@ -53,3 +53,3 @@ "use strict";

* @param {Boolean} options.prettierLast - Run Prettier Last
* @return {String} - the formatted string
* @return {Promise<String>} - the formatted string
*/

@@ -56,0 +56,0 @@

{
"name": "prettier-eslint",
"version": "15.0.0",
"version": "15.0.1",
"description": "Formats your JavaScript using prettier followed by eslint --fix",

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

@@ -93,4 +93,4 @@ // Type definitions for prettier-eslint 12.0

*/
declare function format(options: format.Options): string;
declare function format(options: format.Options): Promise<string>;
export = format;