(update) .eslint and .flowconfig

This commit is contained in:
Gabriel Rodriguez Alsina 2019-11-21 16:59:36 -03:00
parent 21e97b100e
commit cb8cabb8cf
2 changed files with 15 additions and 8 deletions

View File

@ -1,4 +1,7 @@
node_modules/
build_webpack/
flow_typed/
config/
node_modules
build_webpack
flow-typed
flow-typed/npm
config
scripts
migrations

View File

@ -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]