2017-12-07 21:03:12 +01:00
|
|
|
[ignore]
|
2020-03-13 20:54:31 +01:00
|
|
|
.*\.typeface\.json
|
2020-07-30 22:14:12 +02:00
|
|
|
.*/node_modules/findup/.*
|
2021-07-17 19:10:01 +02:00
|
|
|
.*/node_modules/react-plastic/.*
|
2022-01-27 16:20:21 +01:00
|
|
|
.*/node_modules/raf-schd/.*
|
|
|
|
.*/node_modules/react-beautiful-dnd/.*
|
2020-11-16 20:09:00 +01:00
|
|
|
|
2017-12-07 21:03:12 +01:00
|
|
|
[include]
|
|
|
|
|
|
|
|
[libs]
|
2020-07-23 16:22:57 +02:00
|
|
|
|
2017-12-07 21:03:12 +01:00
|
|
|
[lints]
|
|
|
|
|
|
|
|
[options]
|
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe
|
|
|
|
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue
|
2019-11-07 20:39:22 +01:00
|
|
|
module.name_mapper='^constants\(.*\)$' -> '<PROJECT_ROOT>/ui/constants\1'
|
|
|
|
module.name_mapper='^util\(.*\)$' -> '<PROJECT_ROOT>/ui/util\1'
|
|
|
|
module.name_mapper='^redux\(.*\)$' -> '<PROJECT_ROOT>/ui/redux\1'
|
|
|
|
module.name_mapper='^types\(.*\)$' -> '<PROJECT_ROOT>/ui/types\1'
|
|
|
|
module.name_mapper='^component\(.*\)$' -> '<PROJECT_ROOT>/ui/component\1'
|
|
|
|
module.name_mapper='^page\(.*\)$' -> '<PROJECT_ROOT>/ui/page\1'
|
|
|
|
module.name_mapper='^lbry\(.*\)$' -> '<PROJECT_ROOT>/ui/lbry\1'
|
|
|
|
module.name_mapper='^modal\(.*\)$' -> '<PROJECT_ROOT>/ui/modal\1'
|
|
|
|
module.name_mapper='^app\(.*\)$' -> '<PROJECT_ROOT>/ui/app\1'
|
|
|
|
module.name_mapper='^native\(.*\)$' -> '<PROJECT_ROOT>/ui/native\1'
|
|
|
|
module.name_mapper='^analytics\(.*\)$' -> '<PROJECT_ROOT>/ui/analytics\1'
|
2021-10-14 22:46:36 +02:00
|
|
|
module.name_mapper='^recsys\(.*\)$' -> '<PROJECT_ROOT>/extras/recsys\1'
|
2020-06-15 22:33:03 +02:00
|
|
|
module.name_mapper='^rewards\(.*\)$' -> '<PROJECT_ROOT>/ui/rewards\1'
|
2019-11-07 20:39:22 +01:00
|
|
|
module.name_mapper='^i18n\(.*\)$' -> '<PROJECT_ROOT>/ui/i18n\1'
|
|
|
|
module.name_mapper='^effects\(.*\)$' -> '<PROJECT_ROOT>/ui/effects\1'
|
2021-02-11 06:12:41 +01:00
|
|
|
module.name_mapper='^comments\(.*\)$' -> '<PROJECT_ROOT>/ui/comments\1'
|
2019-08-23 17:54:08 +02:00
|
|
|
module.name_mapper='^config\(.*\)$' -> '<PROJECT_ROOT>/config\1'
|
2020-05-07 20:44:11 +02:00
|
|
|
module.name_mapper='^web\/component\(.*\)$' -> '<PROJECT_ROOT>/web/component\1'
|
|
|
|
module.name_mapper='^web\/effects\(.*\)$' -> '<PROJECT_ROOT>/web/effects\1'
|
|
|
|
module.name_mapper='^web\/page\(.*\)$' -> '<PROJECT_ROOT>/web/page\1'
|
|
|
|
module.name_mapper='^homepage\(.*\)$' -> '<PROJECT_ROOT>/ui/util/homepage\1'
|
2021-09-29 21:04:43 +02:00
|
|
|
module.name_mapper='^scss\/component\(.*\)$' -> '<PROJECT_ROOT>/ui/scss/component/\1'
|
|
|
|
|
2021-10-06 20:59:33 +02:00
|
|
|
esproposal.optional_chaining=enable
|
|
|
|
|
2021-09-29 21:04:43 +02:00
|
|
|
; Extensions
|
|
|
|
module.file_ext=.js
|
|
|
|
module.file_ext=.jsx
|
|
|
|
module.file_ext=.json
|
|
|
|
module.file_ext=.css
|
|
|
|
module.file_ext=.scss
|
|
|
|
|
2018-09-24 05:44:42 +02:00
|
|
|
|
2021-10-06 20:59:33 +02:00
|
|
|
|
2017-12-07 21:03:12 +01:00
|
|
|
[strict]
|