Implement every UI type except slider

This commit is contained in:
uwap 2017-11-10 22:07:07 +01:00
parent b22e28dc44
commit 3afba102b0
9 changed files with 110 additions and 35 deletions

View file

@ -128,7 +128,7 @@ module.exports = {
// ES6
"arrow-spacing": "error",
"arrow-parens": "warning",
"arrow-parens": "warn",
"no-confusing-arrow": ["error", {"allowParens": true}],
// react