Revert "Prettier (#93)"

This reverts commit 5b2e42bc6f.
This commit is contained in:
Roland Osborne 2024-05-02 15:20:10 -07:00
parent 55e054abb5
commit 8e6f1087e4
4 changed files with 1 additions and 14 deletions

View File

@ -1,5 +0,0 @@
{
"singleQuote": true,
"printWidth": 120,
"singleAttributePerLine": true
}

View File

@ -13,7 +13,6 @@
"crypto-js": "^4.1.1", "crypto-js": "^4.1.1",
"dompurify": "^3.0.1", "dompurify": "^3.0.1",
"jsencrypt": "^2.3.1", "jsencrypt": "^2.3.1",
"prettier": "^3.2.5",
"react": "^18.2.0", "react": "^18.2.0",
"react-color": "^2.19.3", "react-color": "^2.19.3",
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
@ -28,8 +27,6 @@
"scripts": { "scripts": {
"start": "vite", "start": "vite",
"build": "vite build", "build": "vite build",
"lint": "prettier -c .",
"lint:write": "prettier -w .",
"test": "jest" "test": "jest"
}, },
"eslintConfig": { "eslintConfig": {

View File

@ -4630,11 +4630,6 @@ prelude-ls@~1.1.2:
resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz" resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz"
integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w== integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==
prettier@^3.2.5:
version "3.2.5"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368"
integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==
pretty-format@^27.0.2: pretty-format@^27.0.2:
version "27.5.1" version "27.5.1"
resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz" resolved "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz"