server/bo_client/.eslintrc.yml
author ymh <ymh.work@gmail.com>
Fri, 02 Dec 2016 03:30:51 +0100
changeset 455 a8bed1c7df8e
parent 305 ff6cf3fc5f40
permissions -rw-r--r--
move the transcript highlight and autoscroll logic to the base component

env:
  browser: true
  es6: true
extends: 'ember'
parserOptions:
  sourceType: module
rules:  
  space-before-function-paren:
    - error
    - never
  no-ternary:
    - 0