From 21798bfa7740f8334b7ca457ecc6043f6fa93ac0 Mon Sep 17 00:00:00 2001 From: Scriptscrypt Date: Tue, 7 Jan 2025 20:13:58 +0530 Subject: [PATCH] Chore: Readme to Ignore pattern --- .eslintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index e619c84..ab3836d 100644 --- a/.eslintrc +++ b/.eslintrc @@ -7,7 +7,7 @@ "plugin:@typescript-eslint/recommended", "prettier" ], - "ignorePatterns": ["examples/**/*", "src/utils/keypair.ts", "test/**/*"], + "ignorePatterns": ["examples/**/*", "src/utils/keypair.ts", "test/**/*", "README.md"], "rules": { "prettier/prettier": "error", "no-constant-condition": "off",