This website requires JavaScript.
Explore
Help
Register
Sign In
saulteafarmer
/
plebdevs
Watch
1
Star
0
Fork
0
You've already forked plebdevs
mirror of
https://github.com/AustinKelsay/plebdevs.git
synced
2025-06-01 14:52:02 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
plebdevs
/
.eslintrc.json
7 lines
99 B
JSON
Raw
Normal View
History
Unescape
Escape
Initial commit from Create Next App
2023-12-23 14:54:38 -06:00
{
react-hooks exhaustive deps off
2025-04-20 16:09:31 -05:00
"extends"
:
"next/core-web-vitals"
,
"rules"
:
{
"react-hooks/exhaustive-deps"
:
"off"
}
Initial commit from Create Next App
2023-12-23 14:54:38 -06:00
}
Reference in New Issue
Copy Permalink