mirror of
https://github.com/bitwarden/browser
synced 2026-01-06 10:33:57 +00:00
Fix glob processing in npm. Ban single param parens (#818)
This commit is contained in:
@@ -66,6 +66,10 @@
|
||||
"singleline": "never"
|
||||
}
|
||||
],
|
||||
"arrow-parens": false
|
||||
"ordered-imports": true,
|
||||
"arrow-parens": [
|
||||
true,
|
||||
"ban-single-arg-parens"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user