Skip to content

Commit 211876c

Browse files
authored
Moved "plugin:typescript-sort-keys/recommended" from global scope of eslintrc to override scope for "**/*.{ts,tsx}" files (#70)
1 parent af09a15 commit 211876c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
module.exports = {
22
extends: [
33
"eslint:recommended",
4-
"plugin:typescript-sort-keys/recommended",
54
"prettier",
65
],
76
overrides: [
87
{
98
extends: [
109
"plugin:@typescript-eslint/recommended",
1110
"plugin:@typescript-eslint/recommended-requiring-type-checking",
11+
"plugin:typescript-sort-keys/recommended",
1212
"plugin:@typescript-eslint/strict",
1313
],
1414
files: ["**/*.{ts,tsx}"],

0 commit comments

Comments
 (0)