mirror of
https://github.com/kdnk/obsidian-automatic-linker.git
synced 2026-07-22 05:37:46 +00:00
chore: add lint:fix
This commit is contained in:
parent
f7746c985f
commit
44ae7e7869
2 changed files with 1 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
|||
"tsc": "tsc -noEmit -skipLibCheck",
|
||||
"tsc:watch": "tsc -noEmit -skipLibCheck --watch",
|
||||
"lint": "eslint .",
|
||||
"lint:fix": "eslint . --fix",
|
||||
"lint:watch": "nodemon --watch src --ext js,ts --exec \"npm run lint\""
|
||||
},
|
||||
"keywords": [],
|
||||
|
|
|
|||
|
|
@ -235,7 +235,6 @@ export class AutomaticLinkerPluginSettingsTab extends PluginSettingTab {
|
|||
})
|
||||
})
|
||||
|
||||
|
||||
new Setting(containerEl)
|
||||
.setName("URL Replacement with Title")
|
||||
.setHeading()
|
||||
|
|
|
|||
Loading…
Reference in a new issue