Setup ESLint and Prettier and apply changes to sources #891

Merged
IGassmann merged 22 commits from issue/763 into master 2017-12-27 21:22:51 +01:00
Showing only changes of commit 97fe53d647 - Show all commits

View file

@ -26,5 +26,9 @@
"__": true,
"__n": true,
"app": true
},
"rules": {
"import/no-commonjs": 1,
"import/no-amd": 1
}
}