We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 779fcbd commit c251ff0Copy full SHA for c251ff0
server/src/rules/README.md
@@ -19,7 +19,7 @@ The variable `pi` should have a warning.
19
20
Identifies statements that are missing semicolons.
21
```javascript
22
-const x = 1;
+const x = 1
23
```
24
The line ending should have an error.
25
0 commit comments