This website requires JavaScript.
Explore
Help
Register
Sign In
topverse
/
TOPVERSE_Official
Watch
2
Star
0
Fork
You've already forked TOPVERSE_Official
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
ab5503e026
TOPVERSE_Official
/
.eslintrc
10 lines
115 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Initial commit
2023-04-23 14:19:03 +08:00
{
"extends": [
"@antfu",
"@unocss"
add: hook section
2023-04-27 13:58:47 +08:00
],
"rules": {
"@typescript-eslint/ban-ts-comment":"off"
}
Initial commit
2023-04-23 14:19:03 +08:00
}