Skip to content

Commit

Permalink
Merge pull request #107 from SomeAspy/patch-21
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwilsonvu authored Sep 1, 2023
2 parents 51b6bba + c9eb575 commit 5f0e865
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ For TypeScript:
```js
import js from "@eslint/js";
import solid from 'eslint-plugin-solid/configs/typescript';
import * as tsParser from "@typescript-eslint/parser",
import * as tsParser from "@typescript-eslint/parser";

export default [
js.configs.recommended,
Expand Down

0 comments on commit 5f0e865

Please sign in to comment.