@prettier/plugin-pug
Advanced tools
Comparing version 1.16.3 to 1.16.4
{ | ||
"name": "@prettier/plugin-pug", | ||
"version": "1.16.3", | ||
"version": "1.16.4", | ||
"description": "Prettier Pug Plugin", | ||
@@ -42,7 +42,7 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@types/jest": "~26.0.24", | ||
"@types/node": "~16.4.12", | ||
"@types/jest": "~27.0.1", | ||
"@types/node": "~16.6.1", | ||
"@types/prettier": "~2.3.2", | ||
"@typescript-eslint/eslint-plugin": "~4.29.0", | ||
"@typescript-eslint/parser": "~4.29.0", | ||
"@typescript-eslint/eslint-plugin": "~4.29.1", | ||
"@typescript-eslint/parser": "~4.29.1", | ||
"benchmark": "~2.1.4", | ||
@@ -53,3 +53,3 @@ "eslint": "~7.32.0", | ||
"eslint-plugin-inclusive-language": "~2.1.1", | ||
"eslint-plugin-jsdoc": "~36.0.6", | ||
"eslint-plugin-jsdoc": "~36.0.7", | ||
"eslint-plugin-prettier": "~3.4.0", | ||
@@ -56,0 +56,0 @@ "eslint-plugin-spellcheck": "~0.0.19", |
@@ -1410,5 +1410,2 @@ import type { BuiltInParserName, Options, RequiredOptions } from 'prettier'; | ||
} | ||
if (this.tokens[index + 1]?.type !== 'outdent') { | ||
result += this.indentString.repeat(this.indentLevel); | ||
} | ||
@@ -1415,0 +1412,0 @@ this.currentIndex = index - 1; |
Sorry, the diff of this file is too big to display
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
304094
5508