This commit is contained in:
Sam Potts
2017-11-05 01:13:00 +11:00
parent 3cd6c2acf6
commit 8aaa932050
7 changed files with 19 additions and 17 deletions

View File

@ -5,7 +5,7 @@
"browser": true,
"es6": true
},
"globals": { "Plyr": true },
"globals": { "Plyr": false, "jQuery": false },
"rules": {
"no-const-assign": 1,
"no-this-before-super": 1,