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