Skip to content
Snippets Groups Projects
.eslintrc.js 218 B
Newer Older
hristoterezov's avatar
hristoterezov committed
module.exports = {
        'eslint-config-jitsi',
        'plugin:react/recommended'
    ],
    'plugins': [
        'react'
hristoterezov's avatar
hristoterezov committed
    'rules': {
        'no-new': 1,
        'max-params': 1
hristoterezov's avatar
hristoterezov committed
    }
};