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