[0.18.1] - 2025-06-09
🐛 Bug Fixes
- 6d68568 linter: False negative in typescript/array-type (#11574) (camc314)
- 6a856a0 linter/no-magic-numbers: Fix typo in error message (#11560) (overlookmotel)
- 3952e01 linter: False negative in jsx-a11y/aria-role (#11547) (camc314)
- b0e3e08 linter: Misplaced quote in jsx-curly-brace-presence test case (#11546) (camc314)
- a833ed1 linter: Misplaced quote in anchor-is-valid test case (#11545) (camc314)
- 4e53b80 linter: Misplaced backtick in exhaustive-deps test case (#11544) (camc314)
- e8a04b6 linter: Misplaced backtick in no-object-constructor test case (#11543) (camc314)
- 65311d0 linter: Remove duplicate rule/scope from diagnostic (#11531) (camc314)
🚜 Refactor
- 7ab84c2 editor: Use pattern for textDocument filter (#11559) (Sysix)
- 9b475ad linter: Use one instance of rope per file (#11552) (Sysix)
📚 Documentation
- e13ed51 editor/vscode: Fix typo in README (#11572) (David)
- fa924ab linter: Cleanup docs for multiple linter rules (#11551) (Ulrich Stark)