Skip to content

Commit

Permalink
Merge pull request #8 from perrin4869/rollup
Browse files Browse the repository at this point in the history
Build using rollup
  • Loading branch information
edoardo-bluframe authored Jun 6, 2019
2 parents b0d5697 + bef0759 commit a4a4f6d
Show file tree
Hide file tree
Showing 11 changed files with 10,287 additions and 88 deletions.
20 changes: 2 additions & 18 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
{
"presets": [
[
"es2015",
{
"modules": false
}
],
"react"
],
"plugins": ["transform-flow-strip-types"],
"env": {
"development": {
"presets": ["es2015", "react"]
},
"test": {
"presets": ["es2015", "react"]
}
}
"presets": ["@babel/env", "@babel/react"],
"plugins": ["@babel/plugin-transform-flow-strip-types"]
}
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,13 @@ module.exports = {
"react/no-redundant-should-component-update": 0,
"react/jsx-wrap-multilines": 0,
"react/jsx-closing-tag-location": 0,
"react/jsx-filename-extension": 0,
"react/jsx-no-undef": [1, { allowGlobals: true }],
"react/prop-types": [0],
"react/forbid-component-props": [0],
"react/jsx-curly-brace-presence": [0],
"no-console": 1,
"no-empty-function": 0,
"no-inner-declarations": 1,
"no-invalid-this": 0,
indent: ["error", 2],
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
node_modules
lib/
dist/
yarn-error.log
coverage/
1 change: 0 additions & 1 deletion index.js

This file was deleted.

Loading

0 comments on commit a4a4f6d

Please sign in to comment.