Commit 86a1a2e
fix(linter): register missing Vue rules in declare_all_lint_rules macro
Added no_export_in_script_setup, no_import_compiler_macros, and
require_default_export to the macro invocation. These rules were
declared but not registered, causing test failures.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 289d4e6 commit 86a1a2e
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1254 | 1254 | | |
1255 | 1255 | | |
1256 | 1256 | | |
| 1257 | + | |
| 1258 | + | |
1257 | 1259 | | |
1258 | 1260 | | |
1259 | 1261 | | |
| 1262 | + | |
1260 | 1263 | | |
1261 | 1264 | | |
1262 | 1265 | | |
| |||
0 commit comments