@trivago/prettier-plugin-sort-imports
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -41,5 +41,4 @@ "use strict"; | ||
var endCodeBlock = modifiedCode.substring(importsStart); | ||
debugger; | ||
return "" + initialCodeBlock + middleCodeBlock + endCodeBlock; | ||
} | ||
exports.preprocessor = preprocessor; |
{ | ||
"name": "@trivago/prettier-plugin-sort-imports", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A prettier plugins to sort imports in provided RegEx order", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/index.js", |
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
23053
181