Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
George-Miao authored Sep 9, 2022
1 parent 1764dff commit 37641ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"@typescript-eslint"
],
"rules": {
"@typescript-eslint/consistent-type-imports": 1
"@typescript-eslint/consistent-type-imports": 1,
"react/no-unknown-property": ["error", { "ignore": ["jsx"] }],
}
}

1 comment on commit 37641ab

@vercel
Copy link

@vercel vercel bot commented on 37641ab Sep 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

glog-next – ./

glog-next.vercel.app
glog-next-popx.vercel.app
glog-next-git-main-popx.vercel.app
miao.dev
www.miao.dev

Please sign in to comment.