From c655b97d8a50a53c8bdedc5c4e94f04322a1fcd8 Mon Sep 17 00:00:00 2001 From: Pelle Wessman Date: Fri, 8 Nov 2024 08:54:11 +0100 Subject: [PATCH] chore: fix linting --- eslint.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index d83e366..2ac810a 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -1 +1,5 @@ -export { default } from '@voxpelli/eslint-config'; +import { voxpelli } from '@voxpelli/eslint-config'; + +export default voxpelli({ + ignores: ['test-published-types/**/*'], +});