Skip to content

Commit 7813960

Browse files
committed
chore(lint): update lint rules
prettier/@typescript-eslint is now part of prettier
1 parent 0405c1d commit 7813960

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.eslintrc.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ module.exports = {
88
extends: [
99
'plugin:@typescript-eslint/eslint-recommended',
1010
'plugin:@typescript-eslint/recommended',
11-
'prettier',
12-
'prettier/@typescript-eslint'
11+
'prettier'
1312
],
1413
root: true,
1514
env: {

0 commit comments

Comments
 (0)