server/bo_client/.eslintrc.yml
author Chloe Laisne <chloe.laisne@gmail.com>
Thu, 22 Sep 2016 22:57:06 +0200
changeset 281 618aec1734d5
parent 158 366509ae2f37
child 305 ff6cf3fc5f40
permissions -rw-r--r--
Set step colors with geoname counts

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