Skip to content

Commit

Permalink
feat: add support for es9
Browse files Browse the repository at this point in the history
  • Loading branch information
adrums86 committed May 9, 2024
1 parent 31ab608 commit 6b33b77
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
5 changes: 4 additions & 1 deletion eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": ["videojs"]
"extends": ["videojs"],
"parserOptions": {
"ecmaVersion": 9
}
}
45 changes: 22 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6b33b77

Please sign in to comment.