Skip to content

Commit

Permalink
feat: Extend TypeScript recommended rules
Browse files Browse the repository at this point in the history
  • Loading branch information
diego3g committed Jul 7, 2023
1 parent 9954982 commit dd30ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
es2021: true,
node: true,
},
extends: ['standard', 'plugin:prettier/recommended'],
extends: ['standard', 'plugin:@typescript-eslint/recommended', 'plugin:prettier/recommended'],
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 'latest',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rocketseat/eslint-config",
"version": "1.2.0",
"version": "1.3.0",
"private": false,
"description": "ESLint configuration used by Rocketseat.",
"main": "index.js",
Expand Down

0 comments on commit dd30ab3

Please sign in to comment.