Skip to content

Commit

Permalink
TypeScript ESLint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jwngr committed Jun 17, 2024
1 parent 88a6731 commit 9e422f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/.eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
{
"extends": "react-app",
"extends": ["react-app", "plugin:@typescript-eslint/recommended"],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
}

0 comments on commit 9e422f7

Please sign in to comment.