mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 02:23:44 +00:00
dont allow shorthand property assignments
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
],
|
||||
"no-empty": [ true, "allow-empty-catch" ],
|
||||
"object-literal-sort-keys": false,
|
||||
"object-literal-shorthand": [ true, "never" ],
|
||||
"prefer-for-of": false,
|
||||
"quotemark": [ true, "single" ],
|
||||
"whitespace": [
|
||||
|
||||
Reference in New Issue
Block a user