mirror of
https://github.com/arthur-pbty/portfolio2023.git
synced 2026-06-16 23:57:54 +02:00
20 lines
227 B
Plaintext
20 lines
227 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"max-statements": [2, 16]
|
|
},
|
|
|
|
"overrides": [
|
|
{
|
|
"files": "test/**",
|
|
"rules": {
|
|
"array-bracket-newline": 0,
|
|
"max-statements-per-line": 0,
|
|
},
|
|
},
|
|
],
|
|
}
|