Skip to content

Commit 204ef65

Browse files
committed
fix(config): remove typescript-sort-keys from plugins
1 parent 817ec49 commit 204ef65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = {
4747
],
4848
files: ["*.ts", "*.tsx"],
4949
parser: "@typescript-eslint/parser",
50-
plugins: ["@typescript-eslint/eslint-plugin", "typescript-sort-keys"],
50+
plugins: ["@typescript-eslint/eslint-plugin"],
5151
rules: {
5252
"@typescript-eslint/explicit-function-return-type": [
5353
1,

0 commit comments

Comments
 (0)