2017-04-17 21:37:35 +03:00
|
|
|
[ignore]
|
|
|
|
# Ignore built/minified addons-frontend code.
|
|
|
|
<PROJECT_ROOT>/dist/.*
|
|
|
|
|
|
|
|
# These modules opt into Flow but we don't need to check them.
|
|
|
|
.*/node_modules/babel.*
|
2017-06-16 18:05:13 +03:00
|
|
|
.*/node_modules/eslint-plugin-jsx-a11y/.*
|
2017-08-02 23:36:58 +03:00
|
|
|
.*/node_modules/react-nested-status/node_modules/.*
|
2017-04-17 21:37:35 +03:00
|
|
|
.*/node_modules/stylelint
|
2019-07-01 16:25:41 +03:00
|
|
|
.*/node_modules/@snyk/composer-lockfile-parser/.*
|
2022-01-18 15:59:54 +03:00
|
|
|
.*/node_modules/resolve
|
2017-04-17 21:37:35 +03:00
|
|
|
|
|
|
|
[include]
|
|
|
|
|
|
|
|
[libs]
|
|
|
|
|
|
|
|
[options]
|
|
|
|
# This maps all Sass/SCSS imports to a dummy Flow file to suppress import
|
|
|
|
# errors. It's not necessary for Flow to analyze Sass/SCSS files.
|
|
|
|
module.name_mapper.extension='scss' -> '<PROJECT_ROOT>/flow/flowStub.js.flow'
|
2018-10-16 17:19:34 +03:00
|
|
|
module.name_mapper='^tests/\(.*\)$' -> '<PROJECT_ROOT>/tests/\1'
|
2017-04-17 21:37:35 +03:00
|
|
|
module.system=node
|
2019-12-03 19:21:48 +03:00
|
|
|
# See: https://github.com/facebook/flow/blob/master/Changelog.md#01111
|
|
|
|
module.system.node.allow_root_relative=true
|
|
|
|
module.system.node.root_relative_dirname=./src
|
2020-08-14 01:15:07 +03:00
|
|
|
# suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
|
|
|
|
# suppress_comment= \\(.\\|\n\\)*\\$FlowIgnore
|