mirror of
https://github.com/status-im/codimd.git
synced 2025-02-21 06:48:14 +00:00
12 lines
196 B
JSON
12 lines
196 B
JSON
|
{
|
||
|
"root": false,
|
||
|
"parser": "@typescript-eslint/parser",
|
||
|
"plugins": [
|
||
|
"@typescript-eslint"
|
||
|
],
|
||
|
"extends": [
|
||
|
"eslint:recommended",
|
||
|
"plugin:@typescript-eslint/recommended"
|
||
|
]
|
||
|
}
|