| author | ymh <ymh.work@gmail.com> |
| Sat, 10 Jun 2017 22:43:58 +0200 | |
| changeset 536 | b64c8c35c67d |
| parent 445 | b1e5ad6b2a29 |
| permissions | -rw-r--r-- |
|
445
b1e5ad6b2a29
Display created date instead of issued
ymh <ymh.work@gmail.com>
parents:
305
diff
changeset
|
1 |
--- |
|
305
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 |
browser: true |
|
ff6cf3fc5f40
api reorganisation and propagation if the changes + some code cleaning
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
4 |
es6: true |
|
ff6cf3fc5f40
api reorganisation and propagation if the changes + some code cleaning
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
5 |
extends: 'ember' |
|
ff6cf3fc5f40
api reorganisation and propagation if the changes + some code cleaning
ymh <ymh.work@gmail.com>
parents:
diff
changeset
|
6 |
parserOptions: |
|
445
b1e5ad6b2a29
Display created date instead of issued
ymh <ymh.work@gmail.com>
parents:
305
diff
changeset
|
7 |
sourceType: module |
|
b1e5ad6b2a29
Display created date instead of issued
ymh <ymh.work@gmail.com>
parents:
305
diff
changeset
|
8 |
rules: |
|
b1e5ad6b2a29
Display created date instead of issued
ymh <ymh.work@gmail.com>
parents:
305
diff
changeset
|
9 |
no-magic-numbers: |
|
b1e5ad6b2a29
Display created date instead of issued
ymh <ymh.work@gmail.com>
parents:
305
diff
changeset
|
10 |
- error |
|
b1e5ad6b2a29
Display created date instead of issued
ymh <ymh.work@gmail.com>
parents:
305
diff
changeset
|
11 |
- { ignore: [1] } |