FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
sqlchat/.eslintrc.json at main · sqlchat/sqlchat · GitHub
sqlchat
/
sqlchat
Public
Notifications
You must be signed in to change notification settings
Fork
507
Star
5.8k
Code
Issues
22
Pull requests
0
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
sqlchat
/
.eslintrc.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
9 lines (9 loc) · 261 Bytes
Breadcrumbs
sqlchat
/
.eslintrc.json
Copy path
File metadata and controls
9 lines (9 loc) · 261 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
{
"extends"
: [
"
next/core-web-vitals
"
,
"
plugin:prettier/recommended
"
],
"rules"
: {
"import/no-anonymous-default-export"
:
"
off
"
,
"@next/next/no-img-element"
:
"
off
"
,
"react/jsx-no-target-blank"
:
"
off
"
,
"react-hooks/exhaustive-deps"
:
"
off
"
}
}
Back
|
FazBrowse Home
|
New Git URL