pretty-quick
Advanced tools
Comparing version 3.1.0 to 3.1.1
@@ -11,5 +11,10 @@ "use strict"; | ||
var _default = resolveConfig => file => Boolean(_prettier.getFileInfo.sync(file, { | ||
resolveConfig | ||
resolveConfig, | ||
..._prettier.resolveConfig.sync(file, { | ||
editorconfig: true | ||
}, { | ||
filepath: file | ||
}) | ||
}).inferredParser); | ||
exports.default = _default; |
{ | ||
"name": "pretty-quick", | ||
"version": "3.1.0", | ||
"version": "3.1.1", | ||
"description": "Get Pretty Quick", | ||
@@ -5,0 +5,0 @@ "repository": "azz/pretty-quick", |
@@ -148,3 +148,3 @@ # `pretty-quick` | ||
Check an alternative file for ignoring files with the same format as [`.prettierignore`](https://prettier.io/docs/en/ignore#ignoring-files). | ||
For example `pretty-quick --ignore-path=.gitignore` | ||
For example `pretty-quick --ignore-path .gitignore` | ||
@@ -151,0 +151,0 @@ ## Configuration and Ignore Files |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
51926
357