Skip to content

Commit

Permalink
docs: adjust prettier snippet (#2427)
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrs committed Aug 27, 2020
1 parent 43b1201 commit a10d671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/getting-started/linting/README.md
Expand Up @@ -131,6 +131,7 @@ Using this config is as simple as adding it to the end of your `extends`:
extends: [
'eslint:recommended',
'plugin:@typescript-eslint/recommended',
+ 'prettier',
+ 'prettier/@typescript-eslint',
],
};
Expand Down

0 comments on commit a10d671

Please sign in to comment.