Set camelcase to off
This commit is contained in:
parent
020851d4f7
commit
d98a4dc125
1 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue