aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
blob: 72f02be6cade73121aeb9b0a7433fb34b7232c2c (plain)
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
    }
};