mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Use babel-parser and add class property support
This commit is contained in:
parent
c8197f1dfe
commit
3312aa09e8
3 changed files with 173 additions and 9 deletions
|
@ -50,6 +50,7 @@ module.exports = {
|
|||
files: [
|
||||
'./src/**/*.js'
|
||||
],
|
||||
parser: "babel-eslint",
|
||||
env: {
|
||||
node: false,
|
||||
amd: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue