From aebf7ffa1d46b37ba88078b241d2aa4c0fd36940 Mon Sep 17 00:00:00 2001 From: _Kerman Date: Thu, 14 Mar 2024 16:41:43 +0800 Subject: [PATCH] chore: ignore example projects from linter --- eslint.config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/eslint.config.js b/eslint.config.js index 998af1b..c9b92b6 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -3,7 +3,10 @@ import antfu from '@antfu/eslint-config' export default antfu( { typescript: true, - ignores: ['packages/browser-tailwind/src/polyfill/*'], + ignores: [ + 'packages/browser-tailwind/src/polyfill/*', + '**/*.q.json', + ], }, { rules: {