mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-10 08:36:35 +00:00
(update) .eslint and .flowconfig
This commit is contained in:
parent
21e97b100e
commit
cb8cabb8cf
@ -1,4 +1,7 @@
|
|||||||
node_modules/
|
node_modules
|
||||||
build_webpack/
|
build_webpack
|
||||||
flow_typed/
|
flow-typed
|
||||||
config/
|
flow-typed/npm
|
||||||
|
config
|
||||||
|
scripts
|
||||||
|
migrations
|
||||||
|
12
.flowconfig
12
.flowconfig
@ -1,15 +1,19 @@
|
|||||||
[ignore]
|
[ignore]
|
||||||
.*/node_modules/findup/*
|
|
||||||
.*/node_modules/**
|
|
||||||
.*/config/**
|
|
||||||
.*/migrations/**
|
.*/migrations/**
|
||||||
.*/flow-typed/**
|
|
||||||
.*/scripts/**
|
.*/scripts/**
|
||||||
|
|
||||||
|
[untyped]
|
||||||
|
.*/config/**
|
||||||
|
|
||||||
|
[declarations]
|
||||||
|
.*/node_modules/**
|
||||||
|
.*/flow-typed/**
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
<PROJECT_ROOT>/src/**
|
<PROJECT_ROOT>/src/**
|
||||||
|
|
||||||
[libs]
|
[libs]
|
||||||
|
<PROJECT_ROOT>/flow-typed
|
||||||
|
|
||||||
[lints]
|
[lints]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user