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