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",
"always"
],
"camelcase": [
"off"
],
"no-unused-vars": [
"warn"
],
@ -116,4 +119,4 @@
"getCookies": true,
"get_url_arg": true
}
}
}