Update .eslintrc

This commit is contained in:
syuilo
2018-05-21 10:35:42 +09:00
committed by GitHub
parent 40b01e0ad3
commit 14aedb07aa

View File

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