Skip to content

Commit

Permalink
fix(markdown): delete deprecated ovverides
Browse files Browse the repository at this point in the history
  • Loading branch information
aisevim committed Apr 16, 2024
1 parent c1bce1a commit 9a8e908
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/configs/markdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export async function markdownConfig({ options = {} }) {
},
},
rules: {
...md.configs.recommended.overrides[1].rules,
...renameRules(pluginTS.configs['disable-type-checked'].rules, '@typescript-eslint/', 'ts/'),

'ts/comma-dangle': 'off',
Expand Down

0 comments on commit 9a8e908

Please sign in to comment.