prettier-eslint
Advanced tools
Comparing version
@@ -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; |
53098
0.03%