UNPKG

vertinho

Version:

Library to make conference apps and softphones through WebSockets with FreeSWITCH mod_verto.

17 lines (16 loc) 299 B
module.exports = { extends: [ 'airbnb-base', 'plugin:jest/recommended', ], plugins: [ 'jest', ], env: { 'browser': true, }, rules: { 'camelcase': [2, { properties: 'always', ignoreDestructuring: false }], 'dot-notation': [2, { allowPattern: '.*_.*' }], }, };