Skip to content
Snippets Groups Projects
.flowconfig 1.15 KiB
Newer Older
[ignore]
.*/node_modules/react/node_modules/.*
.*/node_modules/postcss-import/node_modules/.*
.*/node_modules/react-resizable/.*
.*/node_modules/.*/\(lib\|test\).*\.json$
Tom Robinson's avatar
Tom Robinson committed
.*/node_modules/react-element-to-jsx-string/.*
.*/node_modules/react-element-to-jsx-string/.*
.*/node_modules/resize-observer-polyfill/.*
.*/node_modules/react-virtualized/.*
.*/node_modules/styled-components/.*
.*/node_modules/grid-styled/.*
.*/node_modules/update-notifier/.*
.*/node_modules/boxen/.*
.*/node_modules/libnpx/.*
Tom Robinson's avatar
Tom Robinson committed
.*/node_modules/@babel/standalone/.*
Tom Robinson's avatar
Tom Robinson committed
.*/node_modules/@testing-library/jest-dom/.*

[libs]
./frontend/interfaces

[options]
module.system.node.resolve_dirname=node_modules
module.system.node.resolve_dirname=frontend/src
Tom Robinson's avatar
Tom Robinson committed
esproposal.decorators=ignore
Tom Robinson's avatar
Tom Robinson committed
esproposal.class_static_fields=enable
esproposal.class_instance_fields=enable
Tom Robinson's avatar
Tom Robinson committed
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
module.name_mapper='.*\(\.css\)' -> 'CSSModule'
module.name_mapper='^ace/\(.*\)$' -> '<PROJECT_ROOT>/node_modules/ace-builds/src-min-noconflict/\1'
module.system=haste
strip_root=true
module.file_ext=.js
module.file_ext=.jsx
module.file_ext=.css