Skip to content

Commit

Permalink
Add Redux structure, linter and Home screen
Browse files Browse the repository at this point in the history
  • Loading branch information
arisgk committed Sep 15, 2017
1 parent 6948ed6 commit 1871d6d
Show file tree
Hide file tree
Showing 22 changed files with 827 additions and 79 deletions.
16 changes: 16 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"parser": "babel-eslint",
"extends": "airbnb",
"plugins": [
"babel",
"react",
],
"rules": {
"no-underscore-dangle": 0,
"global-require": 0,
"import/no-extraneous-dependencies": [
"error",
{ "devDependencies": ["**/*.test.js", "**/*.spec.js", "**/*.test.jsx", "**/*.spec.jsx"] }
],
}
}
Loading

0 comments on commit 1871d6d

Please sign in to comment.