mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-12-25 20:45:24 +00:00
11 lines
113 B
Plaintext
11 lines
113 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"max-statements": [2, 14],
|
|
"no-extra-parens": [1]
|
|
}
|
|
}
|