Skip to content

Commit 71454ea

Browse files
build(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.0.0 (#592)
* build(deps-dev): bump eslint-config-prettier from 7.2.0 to 8.0.0 Bumps [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) from 7.2.0 to 8.0.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.0.0) Signed-off-by: dependabot[bot] <[email protected]> * Update .eslintrc.js Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Maksim Markelov <[email protected]>
1 parent dc9f5c1 commit 71454ea

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

.eslintrc.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ module.exports = {
66
'plugin:@typescript-eslint/eslint-recommended',
77
'plugin:@typescript-eslint/recommended',
88
'prettier',
9-
'prettier/@typescript-eslint',
109
],
1110
rules: {
1211
'global-require': 'off',

package-lock.json

Lines changed: 12 additions & 8 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
@@ -65,7 +65,7 @@
6565
"coveralls": "3.1.0",
6666
"eslint": "7.20.0",
6767
"eslint-config-airbnb-base": "14.2.1",
68-
"eslint-config-prettier": "7.2.0",
68+
"eslint-config-prettier": "8.0.0",
6969
"eslint-plugin-import": "2.22.1",
7070
"eslint-plugin-prettier": "3.3.1",
7171
"husky": "5.1.0",

0 commit comments

Comments
 (0)