Set camelcase to off

This commit is contained in:
Faris Ansari 2017-06-06 17:37:47 +05:30 committed by GitHub
parent 020851d4f7
commit d98a4dc125

View file

@ -22,6 +22,9 @@
"warn", "warn",
"always" "always"
], ],
"camelcase": [
"off"
],
"no-unused-vars": [ "no-unused-vars": [
"warn" "warn"
], ],
@ -116,4 +119,4 @@
"getCookies": true, "getCookies": true,
"get_url_arg": true "get_url_arg": true
} }
} }