Skip to content

Commit

Permalink
Additional cleanup of flow
Browse files Browse the repository at this point in the history
  • Loading branch information
chimon2000 committed Feb 14, 2018
1 parent 68927ed commit 8a189a9
Show file tree
Hide file tree
Showing 24 changed files with 40 additions and 14,758 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ tests pass and let [ESLint] clean up your code.
* To test the front-end: `yarn run test-client`
* To test the back-end: `yarn run test-server`
* To run eslint: `yarn run lint`.
* To run the [flow] type-checker: `yarn run flow`

# Dependencies Documentation

Expand Down
1 change: 0 additions & 1 deletion env.example.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Before running this app, copy this file to env.js and edit the
// settings. Any setting from `config/env.default.js' can be modified here.

// @flow

module.exports = (config /*: * */) => { // eslint-disable-line

Expand Down
1 change: 0 additions & 1 deletion env.heroku.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
// Before running this app, copy this file to env.js and edit the
// settings. Any setting from `config/env.default.js' can be modified here.

// @flow

module.exports = (config /*: * */) => { // eslint-disable-line

Expand Down
Loading

0 comments on commit 8a189a9

Please sign in to comment.