1
0
Fork 0
forked from CRSS/Website
Website-fixver/.eslintrc.json

17 lines
206 B
JSON
Raw Permalink Normal View History

2024-08-29 13:20:28 +00:00
{
"extends": "next/core-web-vitals",
"rules": {
"indent": [
"error",
2
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"always"
]
}
}