From eb3589b4c0b8bcf2f0fa0823133ab9e9e71c5aa4 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:19:55 +0400 Subject: [PATCH] chore: add cursor rule --- .cursor/rules/tests-and-linting-after-changes.mdc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .cursor/rules/tests-and-linting-after-changes.mdc diff --git a/.cursor/rules/tests-and-linting-after-changes.mdc b/.cursor/rules/tests-and-linting-after-changes.mdc new file mode 100644 index 0000000..4074ec4 --- /dev/null +++ b/.cursor/rules/tests-and-linting-after-changes.mdc @@ -0,0 +1,6 @@ +--- +description: +globs: +alwaysApply: true +--- +After your changes, instead of running specific tests or linting specific files, run "pnpm format && pnpm lint && pnpm test" \ No newline at end of file