mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 10:02:59 +08:00

git-subtree-dir: _regroup_monorepo/express-partial-content git-subtree-mainline: 7349176c988df849f7f1cf46f22d48d6b04597e0 git-subtree-split: b80bfb7ca44c16bd5b747362ac2f53ece911b225
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"
|
|
}
|
|
}
|