File size: 672 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
[ignore]
.*/build.*
.*/*.test.js
.*/node_modules/cypress
.*/node_modules/draft-js
.*/node_modules/graphql
.*/node_modules/protobufjs-no-cli
.*/node_modules/reqwest
.*/node_modules/react-apollo
.*/node_modules/dataloader
<PROJECT_ROOT>/node_modules/*
<PROJECT_ROOT>/email-template-scripts/*
[options]
suppress_comment=.*\\$FlowFixMe
suppress_comment=.*\\$FlowIssue
esproposal.class_instance_fields=enable
module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=.
module.file_ext=.js
module.file_ext=.jsx
module.file_ext=.json
[lints]
untyped-type-import=error
untyped-import=warn
unclear-type=warn
unsafe-getters-setters=error
[version]
0.66.0 |