Skip to content

Commit

Permalink
chore(react): lint tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
johannschopplich committed Apr 20, 2023
1 parent 5c11bd3 commit a65a5a9
Show file tree
Hide file tree
Showing 3 changed files with 140 additions and 6 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
},
"devDependencies": {
"@antfu/eslint-config": "^0.38.5",
"@antfu/eslint-config-react": "^0.38.5",
"@types/node": "^18.15.12",
"bumpp": "^9.1.0",
"eslint": "^8.38.0",
Expand Down
3 changes: 3 additions & 0 deletions packages/react/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": "@antfu/eslint-config-react"
}
142 changes: 136 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a65a5a9

Please sign in to comment.