This website requires JavaScript.
Explore
Help
Register
Sign In
dvelo
/
mhsf-dev
Watch
1
Star
0
Fork
0
You've already forked mhsf-dev
mirror of
https://github.com/DeveloLongScript/MHSF.git
synced
2026-05-07 17:54:59 -05:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
f63940a9d0
mhsf-dev
/
.eslintrc.json
7 lines
101 B
JSON
Raw
Normal View
History
Unescape
Escape
Initial commit from Create Next App
2024-05-31 16:22:34 -05:00
{
disable `react-hooks/exhaustive-deps` in `eslint`
2024-07-26 15:49:05 -05:00
"extends"
:
[
"next/core-web-vitals"
]
,
"rules"
:
{
"react-hooks/exhaustive-deps"
:
"off"
}
Initial commit from Create Next App
2024-05-31 16:22:34 -05:00
}
Reference in New Issue
Copy Permalink