3v324v23's picture
Add PNG files and track with Git LFS
befd7da
raw
history blame contribute delete
164 Bytes
{
"root": true,
"extends": "@ljharb",
"rules": {
"max-statements-per-line": [2, { "max": 2 }],
"no-magic-numbers": 0,
"multiline-comment-style": 0,
}
}