updated eslint config + reformat files

This commit is contained in:
Resi Respati
2020-07-15 13:07:28 +07:00
parent e1ad00045a
commit f70f624dec
4 changed files with 136 additions and 157 deletions

View File

@@ -3,5 +3,7 @@
"tabWidth": 2,
"printWidth": 120,
"singleQuote": false,
"trailingComma": "none"
"trailingComma": "none",
"arrowParens": "avoid",
"endOfLine": "auto"
}