Skip to content

Commit

Permalink
chore(eslint): use latest ecma version (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDemailly authored Jul 1, 2024
1 parent b03a1be commit 400bf38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default [{
ignores: ["**/node_modules/", "**/tmp/", "**/dist/", "**/coverage/", "**/fixtures/"]
}, ...compat.extends("@nodesecure/eslint-config"), {
languageOptions: {
ecmaVersion: 2015,
sourceType: "module",

parserOptions: {
Expand Down

0 comments on commit 400bf38

Please sign in to comment.