(update) .eslint and .flowconfig
This commit is contained in:
parent
21e97b100e
commit
cb8cabb8cf
|
@ -1,4 +1,7 @@
|
|||
node_modules/
|
||||
build_webpack/
|
||||
flow_typed/
|
||||
config/
|
||||
node_modules
|
||||
build_webpack
|
||||
flow-typed
|
||||
flow-typed/npm
|
||||
config
|
||||
scripts
|
||||
migrations
|
||||
|
|
12
.flowconfig
12
.flowconfig
|
@ -1,15 +1,19 @@
|
|||
[ignore]
|
||||
.*/node_modules/findup/*
|
||||
.*/node_modules/**
|
||||
.*/config/**
|
||||
.*/migrations/**
|
||||
.*/flow-typed/**
|
||||
.*/scripts/**
|
||||
|
||||
[untyped]
|
||||
.*/config/**
|
||||
|
||||
[declarations]
|
||||
.*/node_modules/**
|
||||
.*/flow-typed/**
|
||||
|
||||
[include]
|
||||
<PROJECT_ROOT>/src/**
|
||||
|
||||
[libs]
|
||||
<PROJECT_ROOT>/flow-typed
|
||||
|
||||
[lints]
|
||||
|
||||
|
|
Loading…
Reference in New Issue