Bump flow version #7211
1 changed files with 1 additions and 1 deletions
|
@ -42,6 +42,7 @@ module.name_mapper='^web\/effects\(.*\)$' -> '<PROJECT_ROOT>/web/effects\1'
|
||||||
module.name_mapper='^web\/page\(.*\)$' -> '<PROJECT_ROOT>/web/page\1'
|
module.name_mapper='^web\/page\(.*\)$' -> '<PROJECT_ROOT>/web/page\1'
|
||||||
module.name_mapper='^homepage\(.*\)$' -> '<PROJECT_ROOT>/ui/util/homepage\1'
|
module.name_mapper='^homepage\(.*\)$' -> '<PROJECT_ROOT>/ui/util/homepage\1'
|
||||||
module.name_mapper='^scss\/component\(.*\)$' -> '<PROJECT_ROOT>/ui/scss/component/\1'
|
module.name_mapper='^scss\/component\(.*\)$' -> '<PROJECT_ROOT>/ui/scss/component/\1'
|
||||||
|
esproposal.optional_chaining=enable
|
||||||
|
|
||||||
; Extensions
|
; Extensions
|
||||||
module.file_ext=.js
|
module.file_ext=.js
|
||||||
|
@ -50,5 +51,4 @@ module.file_ext=.json
|
||||||
module.file_ext=.css
|
module.file_ext=.css
|
||||||
module.file_ext=.scss
|
module.file_ext=.scss
|
||||||
|
|
||||||
|
|
||||||
[strict]
|
[strict]
|
||||||
|
|
Loading…
Reference in a new issue