mirror of
https://github.com/mblanke/ThreatHunt.git
synced 2026-03-01 22:00:22 -05:00
11 lines
99 B
Plaintext
11 lines
99 B
Plaintext
{
|
|
"root": true,
|
|
|
|
"extends": "@ljharb",
|
|
|
|
"rules": {
|
|
"func-style": 0,
|
|
"id-length": [1],
|
|
},
|
|
}
|