From a6adf39db2ee2907f8bdeaccae0fa436b5687a9b Mon Sep 17 00:00:00 2001 From: coderiaser Date: Sun, 17 May 2026 01:47:33 +0300 Subject: [PATCH] chore: lint --- eslint.config.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eslint.config.js b/eslint.config.js index cf9a67d8..22add654 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -11,6 +11,9 @@ export const match = { 'client/dom/index.*': { 'no-multi-spaces': 'off', }, + 'client/**': { + 'n/no-unsupported-features/node-builtins': 'off', + }, }; export default defineConfig([ safeAlign, {