Skip to content

Commit

Permalink
fix: inline typescript compat rules
Browse files Browse the repository at this point in the history
  • Loading branch information
gajus committed May 17, 2024
1 parent c672eea commit bd818fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion configurations/auto.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = [
require('./jsdoc').recommended,
require('./canonical').recommended,
require('./typescript').recommended,
require('./typescript-compatibility').recommended,
require('./regexp').recommended,
require('./react').recommended,
require('./prettier').recommended,
Expand Down
1 change: 1 addition & 0 deletions configurations/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ module.exports.recommended = {
],
'typescript-sort-keys/interface': 2,
'typescript-sort-keys/string-enum': 2,
...require('./typescript-compatibility').recommended.rules,
},
settings: {
'import/extensions': ['.ts', '.tsx'],
Expand Down

0 comments on commit bd818fe

Please sign in to comment.