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 b0255f468a - Show all commits

4
.prettierrc.json Normal file
View file

@ -0,0 +1,4 @@
{
"trailing-comma": "es5",
"printWidth": 100
}