Collaborative-pixel-art/frontend/.eslintrc.json
2025-08-22 19:28:05 +02:00

10 lines
No EOL
174 B
JSON

{
"extends": ["next/core-web-vitals", "../.eslintrc.json"],
"env": {
"browser": true,
"es6": true
},
"parserOptions": {
"project": "./tsconfig.json"
}
}