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 51b6bba commit c9eb575Copy full SHA for c9eb575
README.md
@@ -134,7 +134,7 @@ For TypeScript:
134
```js
135
import js from "@eslint/js";
136
import solid from 'eslint-plugin-solid/configs/typescript';
137
-import * as tsParser from "@typescript-eslint/parser",
+import * as tsParser from "@typescript-eslint/parser";
138
139
export default [
140
js.configs.recommended,
0 commit comments