mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-03 18:59:09 -05:00
10 lines
259 B
JSON
10 lines
259 B
JSON
{
|
|
"parser": "@typescript-eslint/parser",
|
|
"plugins": ["@typescript-eslint"],
|
|
"extends": ["plugin:@typescript-eslint/recommended"],
|
|
"rules": {
|
|
"@typescript-eslint/indent": ["error", 2],
|
|
"@typescript-eslint/no-explicit-any": "off"
|
|
}
|
|
}
|