Update .eslintrc

This commit is contained in:
syuilo 2018-05-21 10:35:42 +09:00 committed by GitHub
parent c674ad1199
commit f8586df269

View file

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