Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mister-ben committed Jun 27, 2024
1 parent cd9c73d commit 0509a1c
Show file tree
Hide file tree
Showing 5 changed files with 5,355 additions and 259 deletions.
9 changes: 9 additions & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
export default [
{
"extends": ["videojs"],
rules: {
"no-console": "off",
"prefer-const": "error"
}
}
];
Loading

0 comments on commit 0509a1c

Please sign in to comment.