From 3eedd0740efc5aa8d84912c54f05772f14754fd9 Mon Sep 17 00:00:00 2001 From: Danila Poyarkov Date: Thu, 14 May 2026 22:22:07 +0300 Subject: [PATCH] chore: move code-pattern checks to oxlint --- lint/plugin.js | 58 ++++++++++++++++++++++++++++++++++++++++ oxlint.json | 2 ++ scripts/steiger-rules.ts | 23 ---------------- steiger.config.ts | 2 -- 4 files changed, 60 insertions(+), 25 deletions(-) diff --git a/lint/plugin.js b/lint/plugin.js index 5b58872bd..69280a271 100644 --- a/lint/plugin.js +++ b/lint/plugin.js @@ -175,6 +175,62 @@ const noStructuredCloneSceneArrays = { } } +const noVueStyleBlocks = { + meta: { + docs: { + description: 'Disallow Vue component