First sketch of ui types

This commit is contained in:
uwap 2017-11-10 19:45:44 +01:00
parent 82081e7c83
commit b22e28dc44
8 changed files with 221 additions and 105 deletions

View file

@ -126,6 +126,11 @@ module.exports = {
"space-before-blocks": "error",
"quotes": ["error", "double"],
// ES6
"arrow-spacing": "error",
"arrow-parens": "warning",
"no-confusing-arrow": ["error", {"allowParens": true}],
// react
"react/prop-types": "off",
"react/display-name": "off",