1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Merge pull request #1706 from MrTimscampi/new-babel-eslint

Migrate to new babel-eslint package
This commit is contained in:
dkanada 2020-07-31 22:10:57 +09:00 committed by GitHub
commit 28b37a73b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 42 additions and 15 deletions

View file

@ -1,6 +1,7 @@
module.exports = {
root: true,
plugins: [
'@babel',
'promise',
'import',
'eslint-comments'
@ -54,7 +55,7 @@ module.exports = {
files: [
'./src/**/*.js'
],
parser: 'babel-eslint',
parser: '@babel/eslint-parser',
env: {
node: false,
amd: true,