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

View file

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