Skip to content

Commit

Permalink
fix: remove typescript-sort-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed Aug 23, 2024
1 parent 856c99b commit 6dbe41d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 189 deletions.
2 changes: 0 additions & 2 deletions COMPARISON_TABLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -898,8 +898,6 @@ Configurations:
|[`symbol-description`](https://eslint.org/docs/rules/symbol-description)<a id="rule-canonical-symbol-description" />|🚨|🚨|👻|🚨|🚨|
|[`template-curly-spacing`](https://eslint.org/docs/rules/template-curly-spacing)<a id="rule-canonical-template-curly-spacing" /> 🛠|🚨|🚨<a href="#rule-airbnb-template-curly-spacing">?</a>|👻|🚨|🚨<a href="#rule-xo-template-curly-spacing">?</a>|
|[`template-tag-spacing`](https://eslint.org/docs/rules/template-tag-spacing)<a id="rule-canonical-template-tag-spacing" /> 🛠|🚨|🚨|👻|🚨|🚨|
|`typescript-sort-keys/interface`<a id="rule-canonical-typescript-sort-keys/interface" /> 🛠|🚨|👻|👻|👻|👻|
|`typescript-sort-keys/string-enum`<a id="rule-canonical-typescript-sort-keys/string-enum" /> 🛠|🚨|👻|👻|👻|👻|
|[`unicode-bom`](https://eslint.org/docs/rules/unicode-bom)<a id="rule-canonical-unicode-bom" /> 🛠|🚨|🚨|👻|🚨|🚨|
|[`unicorn/better-regex`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/better-regex.md)<a id="rule-canonical-unicorn/better-regex" /> 🛠|🚨|👻|👻|👻|👻|
|[`unicorn/catch-error-name`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/catch-error-name.md)<a id="rule-canonical-unicorn/catch-error-name" /> 🛠|🚨|👻|👻|👻|👻|
Expand Down
3 changes: 0 additions & 3 deletions configurations/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ module.exports.recommended = {
plugins: {
'@typescript-eslint': require('@typescript-eslint/eslint-plugin'),
canonical: require('eslint-plugin-canonical'),
'typescript-sort-keys': require('eslint-plugin-typescript-sort-keys'),
},
rules: {
'@typescript-eslint/adjacent-overload-signatures': 2,
Expand Down Expand Up @@ -194,8 +193,6 @@ module.exports.recommended = {
markers: ['/'],
},
],
'typescript-sort-keys/interface': 2,
'typescript-sort-keys/string-enum': 2,
...require('./typescript-compatibility').recommended.rules,
},
settings: {
Expand Down
185 changes: 2 additions & 183 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"eslint-plugin-unicorn": "^55.0.0",
"eslint-plugin-vitest": "^0.5.4",
"eslint-plugin-yml": "^1.14.0",
Expand Down

0 comments on commit 6dbe41d

Please sign in to comment.