1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

Fix badly formatted .eslintrc

This commit is contained in:
Wojciech Maj 2018-11-23 13:49:58 +01:00
parent 7b4f3035d2
commit 616135962a
3 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@
"amd": true,
},
globals: {
"globals": {
"PDFJSDev": false,
"exports": false,
"SystemJS": false,

View file

@ -1,6 +1,6 @@
{
"extends": [
../.eslintrc
"../.eslintrc"
],
"env": {

View file

@ -1,6 +1,6 @@
{
"extends": [
../.eslintrc
"../.eslintrc"
],
"rules": {