Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
freshlogic committed Jul 8, 2022
1 parent 0cccc2c commit 6210abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -6,7 +6,7 @@ module.exports = {
},
extends: 'eslint:recommended',
parserOptions: {
ecmaVersion: 2022
ecmaVersion: 2020
},
rules: {
'brace-style': ['error', '1tbs', { allowSingleLine: true }],
Expand Down

0 comments on commit 6210abf

Please sign in to comment.