2
2
mirror of https://github.com/Thream/website.git synced 2024-07-12 13:20:11 +02:00
website/.eslintrc.json

16 lines
300 B
JSON

{
"extends": ["conventions", "next/core-web-vitals", "prettier"],
"plugins": ["prettier"],
"parserOptions": {
"project": "./tsconfig.json"
},
"env": {
"node": true,
"browser": true
},
"rules": {
"prettier/prettier": "error",
"@next/next/no-img-element": "off"
}
}