current widget selector

This commit is contained in:
Jan Prochazka
2019-12-30 20:49:12 +01:00
parent ecf00dcc23
commit e2094fdfda
7 changed files with 97 additions and 52 deletions

8
api/prettier.config.js Normal file
View File

@@ -0,0 +1,8 @@
module.exports = {
trailingComma: 'es5',
tabWidth: 2,
semi: true,
singleQuote: true,
arrowParen: 'avoid',
printWidth: 120,
};