mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 14:37:13 +01:00
8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
{
|
|
"extends": ["next", "plugin:prettier/recommended"],
|
|
"plugins": ["prettier"],
|
|
"rules": {
|
|
"prettier/prettier": "error"
|
|
}
|
|
}
|