Skip to content

Commit

Permalink
doc: fix syntax error in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ASafaeirad committed Oct 17, 2024
1 parent 52a6b5c commit d5dd177
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ v10 drops support for ESLint v8 configuration and only ESLint v9 is supported, w
- // your configuration
-});
+export default init({
+ esm: true,
+ typescript true,
+ esm: true,
+ typescript: true,
+ },
+ // your configuration
+);
Expand Down

0 comments on commit d5dd177

Please sign in to comment.