mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
7 lines
121 B
JavaScript
7 lines
121 B
JavaScript
module.exports = {
|
|
rules: {
|
|
// On the node.js side, we're still using console.log
|
|
'no-console': 'off',
|
|
},
|
|
};
|