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.
2 parents 51b6bba + c9eb575 commit 5f0e865Copy full SHA for 5f0e865
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