@moveo-ai/web-widget
Version:
Client side library to load the moveo chat widget and connect it with your agent
27 lines (26 loc) • 531 B
YAML
env:
browser: true
es6: true
jest: true
extends:
- airbnb-base
- plugin:prettier/recommended
plugins:
- prettier
globals:
Atomics: readonly
SharedArrayBuffer: readonly
MoveoAI: true
parserOptions:
ecmaVersion: 2018
sourceType: module
rules:
prettier/prettier: 'error'
no-console: 'off'
import/no-extraneous-dependencies: 'off'
no-use-before-define: 'off'
import/prefer-default-export: 'off'
implicit-arrow-linebreak: 'off'
no-underscore-dangle: 'off'
import/no-cycle: 'off'
camelcase: 'off'