Skip to content

Commit

Permalink
Move typescript config into typescript config
Browse files Browse the repository at this point in the history
  • Loading branch information
koddsson committed Oct 11, 2022
1 parent bac8032 commit 3130f16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/configs/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
browser: true
},
plugins: ['github', 'escompat'],
extends: ['plugin:escompat/recommended', 'plugin:escompat/typescript'],
extends: ['plugin:escompat/recommended'],
rules: {
'escompat/no-dynamic-imports': 'off',
'github/async-currenttarget': 'error',
Expand Down
2 changes: 1 addition & 1 deletion lib/configs/typescript.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
extends: ['plugin:@typescript-eslint/recommended', 'prettier'],
extends: ['plugin:@typescript-eslint/recommended', 'prettier', 'plugin:escompat/typescript-2020'],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint', 'github'],
rules: {
Expand Down

0 comments on commit 3130f16

Please sign in to comment.