mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-01-13 19:46:22 +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]
|
||
|
}
|
||
|
}
|