From 46f8d7c14bb674f0dcf19ac436740652acd34612 Mon Sep 17 00:00:00 2001 From: samuelOsborne Date: Wed, 7 Dec 2022 11:49:42 +0100 Subject: [PATCH] chore: lint fixes --- .eslintignore | 4 +++- .prettierignore | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.eslintignore b/.eslintignore index 90685e0..19c77fe 100755 --- a/.eslintignore +++ b/.eslintignore @@ -9,4 +9,6 @@ dist/ coverage/ example/ cypress/ -cypress/react-testing-pages/src/components/lottie-react.js \ No newline at end of file +cypress/react-testing-pages/src/components/lottie-react.js + +stories/ diff --git a/.prettierignore b/.prettierignore index ed4b86b..46c7432 100755 --- a/.prettierignore +++ b/.prettierignore @@ -3,4 +3,6 @@ package.json package-lock.json yarn.lock cypress/ -cypress/react-testing-pages/src/components/lottie-react.js \ No newline at end of file +cypress/react-testing-pages/src/components/lottie-react.js +stories/ +src/versions.d.ts