Skip to content

Commit

Permalink
Merge pull request #5715 from dependabot/jeff/use-latest-for-eslint
Browse files Browse the repository at this point in the history
Use `"latest"` for ESLint `ecmaVersion`
  • Loading branch information
jeffwidman authored Sep 15, 2022
2 parents f68191f + b71efbc commit 218f0af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm_and_yarn/helpers/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"node": true
},
"parserOptions": {
"ecmaVersion": 9
"ecmaVersion": "latest"
}
}

0 comments on commit 218f0af

Please sign in to comment.