mirror of
https://github.com/status-im/codimd.git
synced 2025-02-19 12:47:28 +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"
|
|
]
|
|
}
|