Skip to content

Commit

Permalink
Upgrade libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
maslianok committed Feb 25, 2018
1 parent 004aef0 commit 07c6bab
Show file tree
Hide file tree
Showing 9 changed files with 603 additions and 32,323 deletions.
20 changes: 7 additions & 13 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@
"parser": "babel-eslint",
"extends": "eslint-config-airbnb",
"env": {
"browser": true,
"jest": true
"browser": true
},
"plugins": [
"react"
],
"plugins": ["react"],
"rules": {
"no-underscore-dangle": 0,
"react/jsx-filename-extension": 0,
Expand All @@ -16,10 +13,9 @@
"no-return-assign": 0,
"comma-dangle": 0,
"import/no-named-as-default": 0,
"max-len": [
"error",
120
],
"object-curly-newline": 0,
"jsx-a11y/click-events-have-key-events": 0,
"max-len": ["error", 120],
"arrow-parens": [
"error",
"as-needed",
Expand All @@ -30,9 +26,7 @@
},
"settings": {
"import/resolve": {
"moduleDirectory": [
"node_modules"
]
"moduleDirectory": ["node_modules"]
}
}
}
}
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
*.log
node_modules
src
test
examples
3 changes: 1 addition & 2 deletions examples/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
"parser": "babel-eslint",
"extends": "eslint-config-airbnb",
"env": {
"browser": true,
"jest": true
"browser": true
},
"plugins": [
"react"
Expand Down
Loading

0 comments on commit 07c6bab

Please sign in to comment.