Add flowjs support
This commit is contained in:
parent
b6205463db
commit
c3ef290145
5 changed files with 586 additions and 13 deletions
14
.flowconfig
Normal file
14
.flowconfig
Normal file
|
@ -0,0 +1,14 @@
|
|||
[ignore]
|
||||
<PROJECT_ROOT>/vendor/.*
|
||||
<PROJECT_ROOT>/tests/.*
|
||||
<PROJECT_ROOT>/storage/.*
|
||||
<PROJECT_ROOT>/app/.*
|
||||
|
||||
[options]
|
||||
module.name_mapper='^/\(.*\)$' -> '<PROJECT_ROOT>/\1'
|
||||
module.file_ext=.js
|
||||
module.file_ext=.vue
|
||||
module.file_ext=.json
|
||||
|
||||
[version]
|
||||
0.81.0
|
Loading…
Add table
Add a link
Reference in a new issue