Skip to content

Commit

Permalink
Charts (#3)
Browse files Browse the repository at this point in the history
- refactor
- add contribution charts
  • Loading branch information
vincerubinetti authored Aug 9, 2019
1 parent 87cdb32 commit 7de3a0b
Show file tree
Hide file tree
Showing 19 changed files with 1,205 additions and 738 deletions.
30 changes: 30 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"extends": ["google"],
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 6,
"sourceType": "module",
"ecmaFeatures": { "modules": true, "jsx": true }
},
"env": { "es6": true, "browser": true },
"plugins": ["html", "react"],
"rules": {
"curly": ["error", "multi-or-nest"],
"eqeqeq": ["error", "always"],
"comma-dangle": ["error", "never"],
"indent": ["error", 2, { "SwitchCase": 1 }],
"keyword-spacing": ["error"],
"one-var": ["off"],
"space-in-parens": ["error"],
"space-infix-ops": ["error"],
"no-var": ["off"],
"require-jsdoc": ["off"],
"nonblock-statement-body-position": ["error", "below"],
"no-multiple-empty-lines": ["error", { "max": 1 }],
"quotes": ["error", "single", { "avoidEscape": true }],
"object-curly-spacing": ["error", "always"],
"no-invalid-this": ["off"],
"react/jsx-uses-vars": ["error"],
"react/jsx-uses-react": ["error"]
}
}
72 changes: 39 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"hetio-frontend-components": "git+https://github.com/hetio/frontend-components.git#build",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-google-charts": "^3.0.14",
"react-scripts": "3.0.1"
},
"scripts": {
Expand Down
Loading

0 comments on commit 7de3a0b

Please sign in to comment.