Update .eslintrc

This commit is contained in:
syuilo 2018-05-21 10:35:42 +09:00 committed by GitHub
parent 40b01e0ad3
commit 14aedb07aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@
"globals": {
"ENV": true,
"VERSION": true,
"API": true
"API": true,
"LANGS": true
}
}