Skip to content

Commit

Permalink
feat(eslint): upgrade to ECMA v13
Browse files Browse the repository at this point in the history
BREAKING CHANGE: migrate to ESLint v8
  • Loading branch information
hckhanh committed Dec 17, 2021
1 parent f4a495c commit ac38ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const eslintBaseConfigs = {
},
extends: ["eslint:recommended"],
parserOptions: {
ecmaVersion: 12,
ecmaVersion: 13,
},
rules: {},
};
Expand Down

0 comments on commit ac38ed9

Please sign in to comment.