Files
euchre_camp/.eslintrc.json
T

10 lines
145 B
JSON

{
"extends": ["next/core-web-vitals", "next/typescript"],
"ignorePatterns": [
".next",
"out",
"build",
"next-env.d.ts"
]
}