diff --git a/.eslintignore b/.eslintignore index 4f91b76..79228c0 100644 --- a/.eslintignore +++ b/.eslintignore @@ -12,3 +12,6 @@ dist/ **/*.test.ts **/*.test.tsx __mocks__ + +# Declarations +**/*.d.ts