mirror of
https://github.com/captbaritone/webamp.git
synced 2026-08-01 14:33:38 +00:00
Allow keywords in dot notation
This commit is contained in:
parent
4423bf2418
commit
736c54e1ec
1 changed files with 1 additions and 6 deletions
|
|
@ -33,12 +33,7 @@
|
|||
"camelcase": "error",
|
||||
"consistent-return": "warn",
|
||||
"constructor-super": "error",
|
||||
"dot-notation": [
|
||||
"error",
|
||||
{
|
||||
"allowKeywords": false
|
||||
}
|
||||
],
|
||||
"dot-notation": "error",
|
||||
"eqeqeq": ["error", "smart"],
|
||||
"guard-for-in": "error",
|
||||
"max-depth": ["warn", 4],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue