We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc71e46 commit 2b48f4dCopy full SHA for 2b48f4d
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 6.2.4 (2025-05-14)
2
+
3
+### Bug fixes
4
5
+Fix a crash in the `esLint` helper when a rule's `meta.docs` isn't defined.
6
7
+Properly dedent lines starting with an opening curly brace below composite statements like `for`/`while`.
8
9
## 6.2.3 (2025-02-12)
10
11
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/lang-javascript",
- "version": "6.2.3",
+ "version": "6.2.4",
"description": "JavaScript language support for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments