Skip to content

Commit e44969c

Browse files
Bump prettier from 2.8.8 to 3.0.0 (#20300)
* Bump prettier from 2.8.8 to 3.0.0 Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.0. - [Release notes](https://github.com/prettier/prettier/releases) - [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md) - [Commits](prettier/prettier@2.8.8...3.0.0) --- updated-dependencies: - dependency-name: prettier dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Remove ESLint Prettier integration Because we run Prettier separately anyways, it's not really necessary to integrate into ESLint. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Queen Vinyl Da.i'gyu-Kazotetsu <[email protected]>
1 parent 3100f94 commit e44969c

3 files changed

Lines changed: 227 additions & 230 deletions

File tree

.eslintrc.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"plugins": [
88
"@typescript-eslint",
99
"import",
10-
"prettier",
1110
"jsdoc",
1211
"prefer-arrow-functions",
1312
"unicorn"
@@ -17,7 +16,6 @@
1716
"plugin:@typescript-eslint/recommended",
1817
"plugin:import/recommended",
1918
"plugin:import/typescript",
20-
"plugin:prettier/recommended",
2119
"plugin:jsdoc/recommended"
2220
],
2321
"settings": {
@@ -87,7 +85,6 @@
8785
{ "returnStyle": "implicit" }
8886
],
8987
"prefer-const": "error",
90-
"prettier/prettier": "error",
9188
"quotes": "off",
9289
"unicorn/prefer-node-protocol": "error"
9390
}

0 commit comments

Comments
 (0)