Skip to content

Commit

Permalink
fix(flow types): Fix flow type shadow implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
hagmic committed May 29, 2019
1 parent 69138b1 commit dde9663
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"react/require-default-props": 0,
"max-len": "off",
"no-useless-return": "off",
"jsx-quotes": ["error","prefer-single"]
"jsx-quotes": ["error","prefer-single"],
"react/jsx-filename-extension": "off"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"scripts": {
"build": "yarn build:parcel && yarn build:flow",
"build:parcel": "cross-env NODE_ENV=production parcel build ./src/index.jsx --out-dir ./dist --out-file index.js --target node",
"build:parcel": "cross-env NODE_ENV=production parcel build ./src/index.js --out-dir ./dist --out-file index.js --target node",
"build:flow": "flow-copy-source src dist",
"commit": "git-cz",
"flow": "flow",
Expand Down
File renamed without changes.

0 comments on commit dde9663

Please sign in to comment.