Skip to content

Commit 6edecca

Browse files
build(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.1.0 (#488)
* build(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.1.0 Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.2.0 to 8.1.0. - [Release notes](https://github.com/prettier/eslint-config-prettier/releases) - [Changelog](https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md) - [Commits](prettier/eslint-config-prettier@v7.2.0...v8.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * Update ESLint config Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Drew Powers <[email protected]>
1 parent 72ac95b commit 6edecca

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
parser: "@typescript-eslint/parser",
3-
extends: ["plugin:@typescript-eslint/recommended", "prettier", "prettier/@typescript-eslint"],
3+
extends: ["plugin:@typescript-eslint/recommended", "prettier"],
44
plugins: ["@typescript-eslint", "prettier"],
55
rules: {
66
"@typescript-eslint/camelcase": "off",

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@typescript-eslint/parser": "^4.4.1",
7878
"codecov": "^3.8.1",
7979
"eslint": "^7.11.0",
80-
"eslint-config-prettier": "^7.0.0",
80+
"eslint-config-prettier": "^8.1.0",
8181
"eslint-plugin-prettier": "^3.1.4",
8282
"jest": "^26.5.3",
8383
"ts-jest": "^26.4.1",

0 commit comments

Comments
 (0)