cms/app-client/.eslintrc.yml
author ymh <ymh.work@gmail.com>
Sun, 27 Nov 2016 16:31:37 +0100
changeset 448 4077a72f0fb6
parent 305 ff6cf3fc5f40
permissions -rw-r--r--
add minimum height for author and language
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
305
ff6cf3fc5f40 api reorganisation and propagation if the changes + some code cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
env:
ff6cf3fc5f40 api reorganisation and propagation if the changes + some code cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
  browser: true
ff6cf3fc5f40 api reorganisation and propagation if the changes + some code cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
  es6: true
ff6cf3fc5f40 api reorganisation and propagation if the changes + some code cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
extends: 'ember'
ff6cf3fc5f40 api reorganisation and propagation if the changes + some code cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
parserOptions:
ff6cf3fc5f40 api reorganisation and propagation if the changes + some code cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
  sourceType: module