mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-04 20:41:30 +01:00
16 lines
311 B
JSON
16 lines
311 B
JSON
{
|
|
"extends": ["conventions", "next/core-web-vitals", "prettier"],
|
|
"plugins": ["prettier", "unicorn"],
|
|
"parserOptions": {
|
|
"project": "./tsconfig.json"
|
|
},
|
|
"env": {
|
|
"node": true,
|
|
"browser": true
|
|
},
|
|
"rules": {
|
|
"prettier/prettier": "error",
|
|
"@next/next/no-img-element": "off"
|
|
}
|
|
}
|