chore: add lint:fix

This commit is contained in:
Kodai Nakamura 2026-02-11 10:48:16 +09:00
parent f7746c985f
commit 44ae7e7869
2 changed files with 1 additions and 1 deletions

View file

@ -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": [],

View file

@ -235,7 +235,6 @@ export class AutomaticLinkerPluginSettingsTab extends PluginSettingTab {
})
})
new Setting(containerEl)
.setName("URL Replacement with Title")
.setHeading()