From c92e94e552a0f92bd2ca553eb20fa384b643187f Mon Sep 17 00:00:00 2001 From: vorotamoroz Date: Tue, 27 Dec 2022 17:58:42 +0900 Subject: [PATCH] fix eslint configuration --- .eslintignore | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index 543aaac..5df0b12 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,3 +1,4 @@ -npm node_modules +node_modules build -.eslintrc.js.bak \ No newline at end of file +.eslintrc.js.bak +src/lib/src/patches/pouchdb-utils \ No newline at end of file