Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Commit

Permalink
Synchronise config with 'graphql-js'
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanGoncharov committed Jun 30, 2019
1 parent eafa055 commit 75bd76d
Showing 1 changed file with 45 additions and 2 deletions.
47 changes: 45 additions & 2 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,49 @@
[ignore]
.*/dist/.*
.*/node_modules/flow-bin/.*
.*
!<PROJECT_ROOT>/src
!<PROJECT_ROOT>/node_modules/express
!<PROJECT_ROOT>/node_modules/restify
!<PROJECT_ROOT>/node_modules/connect
!<PROJECT_ROOT>/node_modules/graphql
!<PROJECT_ROOT>/node_modules/accepts
!<PROJECT_ROOT>/node_modules/iterall
!<PROJECT_ROOT>/node_modules/raw-body
!<PROJECT_ROOT>/node_modules/body-parser
!<PROJECT_ROOT>/node_modules/http-errors
!<PROJECT_ROOT>/node_modules/content-type
!<PROJECT_ROOT>/node_modules/chai
!<PROJECT_ROOT>/node_modules/mocha
!<PROJECT_ROOT>/node_modules/sinon
!<PROJECT_ROOT>/node_modules/multer
!<PROJECT_ROOT>/node_modules/supertest

[include]

[libs]
./resources/interfaces

[lints]
sketchy-null-bool=off
sketchy-null-string=off
sketchy-null-number=error
sketchy-null-mixed=off
sketchy-number=error
untyped-type-import=off
nonstrict-import=off
untyped-import=off
unclear-type=off
deprecated-type=error
deprecated-utility=error
dynamic-export=off
unsafe-getters-setters=error
inexact-spread=error
implicit-inexact-object=off
unnecessary-optional-chain=error
unnecessary-invariant=error

[options]
include_warnings=true
module.use_strict=true

[version]
^0.102.0

0 comments on commit 75bd76d

Please sign in to comment.