mirror of
https://github.com/BishopFox/unredacter.git
synced 2024-12-18 14:42:03 +00:00
13 lines
247 B
Plaintext
13 lines
247 B
Plaintext
|
{
|
||
|
"root": true,
|
||
|
"parser": "@typescript-eslint/parser",
|
||
|
"plugins": [
|
||
|
"@typescript-eslint"
|
||
|
],
|
||
|
"extends": [
|
||
|
"eslint:recommended",
|
||
|
"plugin:@typescript-eslint/eslint-recommended",
|
||
|
"plugin:@typescript-eslint/recommended"
|
||
|
]
|
||
|
}
|