Fix prettier.

This commit is contained in:
Dessalines 2023-06-02 09:19:55 -04:00
parent bf02340ffa
commit 708519b16d
4 changed files with 8 additions and 7 deletions

1
.prettierignore Normal file
View file

@ -0,0 +1 @@
src/shared/translations

View file

@ -52,7 +52,7 @@
"husky": "^7.0.4",
"lint-staged": "^12.3.2",
"mini-css-extract-plugin": "^2.5.3",
"prettier": "^2.5.1",
"prettier": "^2.8.8",
"rimraf": "^3.0.2",
"run-node-webpack-plugin": "^1.3.0",
"sass": "^1.49.9",

View file

@ -57,8 +57,8 @@ img {
}
.gold {
border-color: #FFD700 !important;
color: #FFD700;
border-color: #ffd700 !important;
color: #ffd700;
}
.language-selector {

View file

@ -5948,10 +5948,10 @@ prettier-linter-helpers@^1.0.0:
dependencies:
fast-diff "^1.1.2"
prettier@^2.5.1:
version "2.5.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.5.1.tgz#fff75fa9d519c54cf0fce328c1017d94546bc56a"
integrity sha512-vBZcPRUR5MZJwoyi3ZoyQlc1rXeEck8KgeC9AwwOn+exuxLxq5toTRDTSaVrXHxelDMHy9zlicw8u66yxoSUFg==
prettier@^2.8.8:
version "2.8.8"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.8.8.tgz#e8c5d7e98a4305ffe3de2e1fc4aca1a71c28b1da"
integrity sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==
process-nextick-args@~2.0.0:
version "2.0.1"