From e9211be0542b97c2e3c348565363e55b99e42861 Mon Sep 17 00:00:00 2001 From: LitoMore Date: Sun, 31 Mar 2024 16:15:55 +0800 Subject: [PATCH] Ignore auto-generated files on XO --- .xo-config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.xo-config.json b/.xo-config.json index 6cd08b29..bd4ffdfe 100644 --- a/.xo-config.json +++ b/.xo-config.json @@ -2,6 +2,7 @@ "prettier": true, "space": 2, "plugins": ["import"], + "ignores": ["sdk.d.ts"], "rules": { "n/no-unsupported-features": "off", "n/no-unsupported-features/node-builtins": "off",