Merge pull request #3442 from frappe/eslintrc

[eslint] Set camelcase to off
This commit is contained in:
Makarand Bauskar 2017-06-06 18:08:36 +05:30 committed by GitHub
commit 415bc5cd51

View file

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