1 2 3 4 5 6 7 8 9 10
module.exports = { 'extends': [ 'eslint-config-jitsi' ], 'rules': { 'no-new': 1, 'no-shadow': 1, 'max-params': 1 } };