Skip to content

Commit

Permalink
Merge pull request #117 from galkin/main
Browse files Browse the repository at this point in the history
Update plugin:github/typescript config
  • Loading branch information
keithamus committed Mar 4, 2021
2 parents 5a39768 + 5e54eac commit b396c45
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 b396c45

Please sign in to comment.