Skip to content

Commit

Permalink
refactor(lint): explorer app (#132)
Browse files Browse the repository at this point in the history
* refactor(lint): react/jsx-closing-bracket-location

* refactor(lint): explorer app - button screen

* refactor(lint): explorer app - selectable components screen

* refactor(lint): explorer app - choice screen

* refactor(lint): explorer app - components screen

* refactor(lint): explorer app - image screen

* refactor(lint): explorer app - input screen

* refactor(lint): explorer app - picker screen

* refactor(lint): explorer app - settings screen

* refactor(lint): explorer app - switch screen

* refactor(lint): explorer app - tabs screen

* refactor(lint): explorer app - avatar screen

* refactor(lint): explorer app - styles

* refactor(lint): explorer app - app.js

* refactor(lint): explorer app - screens apply jsx/closing-bracket-location

* build(common): update react native lint dependency

* fix(data): rename users with abstract names

* refactor(lint): add react/jsx-boolean-value rule

* refactor(lint): jsx-quotes - ComponentsScreen

* refactor(lint): extra quotes - SettingsScreen

* refactor(lint): transform render method to function

* docs(common): update doc-prsr dependency
  • Loading branch information
artyorsh authored and malashkevich committed Sep 19, 2018
1 parent f2611e0 commit 837d372
Show file tree
Hide file tree
Showing 34 changed files with 14,290 additions and 2,131 deletions.
18 changes: 2 additions & 16 deletions .eslintrc
@@ -1,11 +1,8 @@
{
"extends": "eslint-config-akveo-react",
"extends": "eslint-config-akveo-react-native",
"parser": "babel-eslint",
"rules": {
"react/jsx-closing-bracket-location": [1, {
"selfClosing": "tag-aligned",
"nonEmpty": "after-props"
}],
"react/jsx-boolean-value": [1, "always"],
"react/sort-comp": [1, {
"order": [
"prop-types",
Expand Down Expand Up @@ -51,16 +48,5 @@
]
}
}]
},
"settings": {
"import/resolver": {
"node": {
"extensions": [
".js",
".android.js",
".ios.js"
]
}
}
}
}

0 comments on commit 837d372

Please sign in to comment.