mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1231661 - followup: readd somehow lost double quotes. r=post-facto
This commit is contained in:
parent
a228b98a69
commit
2703258570
@ -101,7 +101,7 @@
|
||||
// "no-mixed-spaces-and-tabs": [2, "smart-tabs"],
|
||||
|
||||
// No unnecessary spacing
|
||||
// no-multi-spaces: [2, { exceptions: { "AssignmentExpression": true, "VariableDeclarator": true, "ArrayExpression": true } }],
|
||||
// "no-multi-spaces": [2, { exceptions: { "AssignmentExpression": true, "VariableDeclarator": true, "ArrayExpression": true } }],
|
||||
|
||||
// No reassigning native JS objects
|
||||
// "no-native-reassign": 2,
|
||||
|
Loading…
Reference in New Issue
Block a user