Assets work

* ES6 all the things !

* ESLint checks everything

* CSS fixes (use stylelint)

* Fix #2231
This commit is contained in:
Thomas Citharel
2016-09-28 10:30:18 +02:00
parent 55345331c4
commit c146f6940a
23 changed files with 445 additions and 417 deletions

View File

@ -1,4 +1,4 @@
{
"extends": "airbnb",
"installedESLint": true,
"parser": "babel-eslint"
}