Skip to content

Commit

Permalink
Update plugin:github/typescript config
Browse files Browse the repository at this point in the history
  • Loading branch information
galkin committed Mar 4, 2021
1 parent 5a39768 commit 5e54eac
Showing 1 changed file with 1 addition and 1 deletion.
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', 'prettier/@typescript-eslint'],
extends: ['plugin:@typescript-eslint/recommended', 'prettier'],
parser: '@typescript-eslint/parser',
plugins: ['@typescript-eslint', 'github'],
rules: {
Expand Down

0 comments on commit 5e54eac

Please sign in to comment.