From 8258cdb651205a26e527bc066d0c50f6b4f7b165 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Wed, 15 Jul 2026 21:18:06 +0200 Subject: [PATCH] chore: rm rulesdir --- .madrun.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.madrun.js b/.madrun.js index 0e1d2941..9910aa7c 100644 --- a/.madrun.js +++ b/.madrun.js @@ -26,7 +26,7 @@ export default { 'watch:lint': () => 'nodemon -w client -w server -w test -w common -w .webpack -x "putout -s"', 'fresh:lint': () => run('lint', '--fresh'), 'lint:fresh': () => run('lint', '--fresh'), - 'fix:lint': async () => `putout --rulesdir rules --fix . && redlint fix`, + 'fix:lint': async () => `putout --fix . && redlint fix`, 'lint:stream': () => run('lint', '-f stream'), 'test': () => [testEnv, `tape '{test}/**/*.js' '{bin,client,static,common,server}/**/*.spec.js' -f fail`], 'test:e2e': () => `tape 'test-e2e/**/*.js'`,