Skip to content

Commit

Permalink
chore(): reformat eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseGoncalves committed Feb 7, 2024
1 parent e862734 commit 65f9a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

module.exports = {
root: true,
parser: '@typescript-eslint/parser',
parserOptions: {
ecmaVersion: 2019,
parser: '@typescript-eslint/parser',
},
plugins: ['@typescript-eslint'],
extends: ['eslint:recommended', 'plugin:@typescript-eslint/recommended', 'prettier'],
Expand Down

0 comments on commit 65f9a51

Please sign in to comment.