add eslint and prettier

This commit is contained in:
Johannes Loher 2020-12-23 18:23:26 +01:00
parent 618146226b
commit 2ba687eb14
10 changed files with 775 additions and 37 deletions

View file

@ -4,5 +4,4 @@ module.exports = {
singleQuote: false,
printWidth: 120,
tabWidth: 4,
editorconfig: true
};