mirror of
https://github.com/status-im/codimd.git
synced 2025-01-12 09:34:14 +00:00
4d2579f114
Signed-off-by: Raccoon <raccoon@hackmd.io>
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"
|
|
]
|
|
}
|