Skip to content

Commit

Permalink
improve flow configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
arefaslani committed Dec 17, 2017
1 parent eeac32d commit ef8bfb5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
[ignore]
.*/node_modules/.*
.*/node_modules/config-chain/test/broken.json
.*/node_modules/npmconf/test/fixtures/package.json
[include]

[libs]

[lints]

[options]

module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=.
module.file_ext=.css
module.file_ext=.scss
module.file_ext=.js
module.file_ext=.jsx
module.file_ext=.json
[strict]
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
},
"lint-staged": {
"*.js": [
"flow",
"eslint --fix",
"prettier-eslint --write",
"git add"
Expand Down

0 comments on commit ef8bfb5

Please sign in to comment.