mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Simplify operator-linebreak configuration
Enabling `before` caused more code changes and it turns out our previous configuration is already the default.
This commit is contained in:
@@ -38,6 +38,6 @@ module.exports = {
|
||||
// though we have a logger, we still remap console to log to disk
|
||||
'no-console': 'off',
|
||||
|
||||
'operator-linebreak': ["error", "after", { "overrides": { '?': 'before', ':': 'before' } }]
|
||||
'operator-linebreak': 'error',
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user