mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-04 20:41:30 +01:00
11 lines
217 B
JSON
11 lines
217 B
JSON
{
|
|
"extends": ["conventions", "next/core-web-vitals", "prettier"],
|
|
"plugins": ["prettier", "unicorn"],
|
|
"parserOptions": {
|
|
"project": "./tsconfig.json"
|
|
},
|
|
"rules": {
|
|
"prettier/prettier": "error"
|
|
}
|
|
}
|