.eslintrc.js
@@ -1,4 +1,7 @@ module.exports = { globals: { JitsiMeetExternalAPI: true }, root: true, env: { node: true @@ -9,7 +12,9 @@ ], rules: { 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off' 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'semi':0, '(comma-dangle':'off' }, parserOptions: { parser: 'babel-eslint'