First sketch of ui types
This commit is contained in:
parent
82081e7c83
commit
b22e28dc44
8 changed files with 221 additions and 105 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue