Disable ESLint camelcase rule in stubs

This commit is contained in:
An Phan 2017-02-09 14:53:37 +08:00
parent cdcd6bec21
commit bf31148f69
No known key found for this signature in database
GPG key ID: 05536BB4BCDC02A2

View file

@ -0,0 +1,5 @@
{
"rules": {
"camelcase": "off"
}
}