mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Update: camelcase to never does not check property names at all.
http://eslint.org/docs/2.0.0/rules/camelcase
This commit is contained in:
parent
7d4015e043
commit
06bcb7adaa
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
"no-unneeded-ternary": 2,
|
||||
"radix": 2,
|
||||
"semi": [2, "always"],
|
||||
"camelcase": 2,
|
||||
"camelcase": [2, {"properties": "never"}],
|
||||
"comma-spacing": 2,
|
||||
"comma-style": 2,
|
||||
"eol-last": 2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue