common/corpus-common-addon/lib/.eslintrc.yml
author Chloe Laisne <chloe.laisne@gmail.com>
Tue, 18 Oct 2016 19:46:23 +0530
changeset 359 6274a5fdd348
parent 305 ff6cf3fc5f40
permissions -rw-r--r--
Treemap colors
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
root: true
ff6cf3fc5f40 api reorganisation and propagation if the changes + some code cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
env:
ff6cf3fc5f40 api reorganisation and propagation if the changes + some code cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
  node: true
ff6cf3fc5f40 api reorganisation and propagation if the changes + some code cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
  es6: false
ff6cf3fc5f40 api reorganisation and propagation if the changes + some code cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
extends: 'eslint:recommended'
ff6cf3fc5f40 api reorganisation and propagation if the changes + some code cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
parserOptions:
ff6cf3fc5f40 api reorganisation and propagation if the changes + some code cleaning
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
  sourceType: module