frontpage/.eslintrc.json
2022-06-21 18:47:42 +02:00

9 lines
207 B
JSON

{
"extends": "next/core-web-vitals",
"rules": {
"semi": ["warn", "always", { "omitLastInOneLineBlock": true }],
"quotes": ["warn", "double", { "avoidEscape": true }],
"eqeqeq": "error"
}
}