Skip to content

Commit fc56bb0

Browse files
TCA-647 delete prettier
1 parent acdfc58 commit fc56bb0

File tree

5 files changed

+1
-47
lines changed

5 files changed

+1
-47
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,3 @@ yarn-error.log*
2929

3030
# Editors
3131
.editorconfig
32-
.prettierrc

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@
1313
"lint:js:fix": "eslint -c ./src/.eslintrc.js 'src/**/*.{js,jsx}' --fix",
1414
"lint": "npm run lint:js && npm run lint:ts",
1515
"lint:fix": "npm run lint:js:fix && npm run lint:ts:fix",
16-
"prettier": "prettier ./src-ts/**/*.{ts,tsx} --check",
17-
"prettier:fix": "prettier ./src-ts/**/*.{ts,tsx} --write",
18-
"format:all": "npm run prettier:fix && npm run lint:fix",
1916
"test": "react-scripts test --watchAll",
2017
"test:no-watch": "react-scripts test --watchAll=false --passWithNoTests",
2118
"cy:run": "cypress run --reporter junit",
@@ -120,14 +117,12 @@
120117
"cypress": "^10.10.0",
121118
"eslint": "^8.25.0",
122119
"eslint-config-airbnb": "^19.0.4",
123-
"eslint-config-prettier": "^8.5.0",
124120
"eslint-config-react-app": "^7.0.1",
125121
"eslint-config-react-important-stuff": "^3.0.0",
126122
"eslint-import-resolver-typescript": "^3.2.5",
127123
"eslint-plugin-cypress": "^2.12.1",
128124
"eslint-plugin-import": "^2.25.3",
129125
"eslint-plugin-jsx-a11y": "^6.5.1",
130-
"eslint-plugin-prettier": "^4.2.1",
131126
"eslint-plugin-react": "^7.28.0",
132127
"eslint-plugin-react-hooks": "^4.3.0",
133128
"file-loader": "^6.2.0",
@@ -140,7 +135,6 @@
140135
"nyc": "^15.1.0",
141136
"postcss-loader": "^4.0.4",
142137
"postcss-scss": "^3.0.2",
143-
"prettier": "^2.7.1",
144138
"pretty-quick": "^3.1.3",
145139
"resolve-url-loader": "^5.0.0",
146140
"sass-loader": "^13.1.0",

src-ts/.eslintrc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ module.exports = {
77
extends: [
88
'plugin:react/recommended',
99
'airbnb',
10-
'plugin:@typescript-eslint/recommended',
11-
'prettier'
10+
'plugin:@typescript-eslint/recommended'
1211
],
1312
parser: '@typescript-eslint/parser',
1413
parserOptions: {

src-ts/.prettierrc.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

yarn.lock

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -6677,11 +6677,6 @@ eslint-config-important-stuff@^1.1.0:
66776677
resolved "https://registry.yarnpkg.com/eslint-config-important-stuff/-/eslint-config-important-stuff-1.1.0.tgz#f7ed8c33216964faf680f8969dfe0b196c84e6e2"
66786678
integrity sha512-CsV6QFsjNDTZTDEgE1XxhTKph4YJUh5XFMdsWv3p+9DuMyvfy40fsnZiwqXZHBVEUNMHf+zfPGk6s6b4fS9Erw==
66796679

6680-
eslint-config-prettier@^8.5.0:
6681-
version "8.5.0"
6682-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz#5a81680ec934beca02c7b1a61cf8ca34b66feab1"
6683-
integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q==
6684-
66856680
eslint-config-react-app@^7.0.1:
66866681
version "7.0.1"
66876682
resolved "https://registry.yarnpkg.com/eslint-config-react-app/-/eslint-config-react-app-7.0.1.tgz#73ba3929978001c5c86274c017ea57eb5fa644b4"
@@ -6799,13 +6794,6 @@ eslint-plugin-jsx-a11y@^6.3.1, eslint-plugin-jsx-a11y@^6.5.1:
67996794
minimatch "^3.1.2"
68006795
semver "^6.3.0"
68016796

6802-
eslint-plugin-prettier@^4.2.1:
6803-
version "4.2.1"
6804-
resolved "https://registry.yarnpkg.com/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz#651cbb88b1dab98bfd42f017a12fa6b2d993f94b"
6805-
integrity sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==
6806-
dependencies:
6807-
prettier-linter-helpers "^1.0.0"
6808-
68096797
eslint-plugin-react-hooks@^4.0.8, eslint-plugin-react-hooks@^4.3.0:
68106798
version "4.6.0"
68116799
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3"
@@ -7319,11 +7307,6 @@ fast-deep-equal@^3.1.1, fast-deep-equal@^3.1.3:
73197307
resolved "https://registry.yarnpkg.com/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz#3a7d56b559d6cbc3eb512325244e619a65c6c525"
73207308
integrity sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==
73217309

7322-
fast-diff@^1.1.2:
7323-
version "1.2.0"
7324-
resolved "https://registry.yarnpkg.com/fast-diff/-/fast-diff-1.2.0.tgz#73ee11982d86caaf7959828d519cfe927fac5f03"
7325-
integrity sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==
7326-
73277310
fast-glob@^3.1.1, fast-glob@^3.2.11, fast-glob@^3.2.9:
73287311
version "3.2.11"
73297312
resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.2.11.tgz#a1172ad95ceb8a16e20caa5c5e56480e5129c1d9"
@@ -12027,18 +12010,6 @@ prelude-ls@~1.1.2:
1202712010
resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54"
1202812011
integrity sha512-ESF23V4SKG6lVSGZgYNpbsiaAkdab6ZgOxe52p7+Kid3W3u3bxR4Vfd/o21dmN7jSt0IwgZ4v5MUd26FEtXE9w==
1202912012

12030-
prettier-linter-helpers@^1.0.0:
12031-
version "1.0.0"
12032-
resolved "https://registry.yarnpkg.com/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz#d23d41fe1375646de2d0104d3454a3008802cf7b"
12033-
integrity sha512-GbK2cP9nraSSUF9N2XwUwqfzlAFlMNYYl+ShE/V+H8a9uNl/oUqB1w2EL54Jh0OlyRSd8RfWYJ3coVS4TROP2w==
12034-
dependencies:
12035-
fast-diff "^1.1.2"
12036-
12037-
prettier@^2.7.1:
12038-
version "2.7.1"
12039-
resolved "https://registry.yarnpkg.com/prettier/-/prettier-2.7.1.tgz#e235806850d057f97bb08368a4f7d899f7760c64"
12040-
integrity sha512-ujppO+MkdPqoVINuDFDRLClm7D78qbDt0/NR+wp5FqEZOoTNAjPHWj17QRhu7geIHJfcNhRk1XVQmF8Bp3ye+g==
12041-
1204212013
pretty-bytes@^5.3.0, pretty-bytes@^5.4.1, pretty-bytes@^5.6.0:
1204312014
version "5.6.0"
1204412015
resolved "https://registry.yarnpkg.com/pretty-bytes/-/pretty-bytes-5.6.0.tgz#356256f643804773c82f64723fe78c92c62beaeb"

0 commit comments

Comments
 (0)