server/bo_client/.eslintrc.yml
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 04 Aug 2016 17:59:38 +0200
changeset 250 296c7d34d2ba
parent 158 366509ae2f37
child 305 ff6cf3fc5f40
permissions -rw-r--r--
Notice button width

env:
  browser: true
  es6: true
extends: 'eslint:recommended'
parserOptions:
  sourceType: module
rules:
  indent:
    - error
    - 4
  linebreak-style:
    - error
    - unix
  quotes:
    - warn
    - single
  semi:
    - error
    - always