chore: downgrade prettier due to bad html class formatting

see more here https://github.com/prettier/prettier/issues/10918
This commit is contained in:
lstoeferle 2021-10-16 14:07:09 +02:00
parent b18f4cc57d
commit c1eed0fe83
2 changed files with 6 additions and 1 deletions

View File

@ -25,7 +25,7 @@
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-vue": "^7.19.1",
"husky": "^7.0.2",
"prettier": "^2.4.1",
"prettier": "2.2.1",
"typescript": "^4.4.4",
"unplugin-icons": "^0.12.16",
"unplugin-vue-components": "^0.15.6",

View File

@ -2359,6 +2359,11 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"
prettier@2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.2.1.tgz#795a1a78dd52f073da0cd42b21f9c91381923ff5"
integrity sha512-PqyhM2yCjg/oKkFPtTGUojv7gnZAoG80ttl45O6x2Ug/rMJw4wcc9k6aaf2hibP7BGVCCM33gZoGjyvt9mm16Q==
prettier@^1.18.2:
version "1.19.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.19.1.tgz#f7d7f5ff8a9cd872a7be4ca142095956a60797cb"