Skip to content

Commit

Permalink
Changes for R4 #4
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-ignatov committed Jun 19, 2019
1 parent 73acda5 commit 07d104b
Show file tree
Hide file tree
Showing 9 changed files with 1,120 additions and 38 deletions.
6 changes: 5 additions & 1 deletion .eslintrc → .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
{
module.exports = {
"extends": [
"eslint:recommended",
"plugin:react/recommended"
],
"parser": "babel-eslint",
"ecmaFeatures": {
"modules": true
},
"parserOptions": {
"jsx": true,
"sourceType": "module",
"experimentalObjectRestSpread": true
},
"env": {
Expand Down
Loading

0 comments on commit 07d104b

Please sign in to comment.