1
0
Fork 0
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:
MrTimscampi 2020-05-28 23:27:37 +02:00
parent c8197f1dfe
commit 3312aa09e8
3 changed files with 173 additions and 9 deletions

View file

@ -50,6 +50,7 @@ module.exports = {
files: [
'./src/**/*.js'
],
parser: "babel-eslint",
env: {
node: false,
amd: true,