mirror of
https://github.com/gavvvr/obsidian-timecodes-plugin.git
synced 2026-07-22 05:38:08 +00:00
14 lines
241 B
JSON
14 lines
241 B
JSON
|
|
{
|
||
|
|
"editor.formatOnSave": false,
|
||
|
|
"editor.codeActionsOnSave": {
|
||
|
|
"source.fixAll.eslint": "explicit"
|
||
|
|
},
|
||
|
|
"eslint.rules.customizations": [
|
||
|
|
{
|
||
|
|
"rule": "@stylistic/*",
|
||
|
|
"fixable": true,
|
||
|
|
"severity": "info"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|