diff --git a/package.json b/package.json index 0fdd38e5..ec175418 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,7 @@ "lint:ts:fix": "yarn lint:ts --fix", "lint:styles": "stylelint --fix \"src/**/*.{css}\" --config ./.stylelintrc.cjs --max-warnings=0", "lint:styles:fix": "yarn lint:styles --fix", - "lint:typecheck": "tsc --project . --noEmit", - "lint:commit-msg": "commitlint --edit $1" + "lint:typecheck": "tsc --project . --noEmit" }, "dependencies": { "@astrojs/mdx": "^2.0.1", diff --git a/src/ui/components/templates/articleLayout/ArticleLayout.astro b/src/ui/components/templates/articleLayout/ArticleLayout.astro index 2f1feb5c..77b764cc 100644 --- a/src/ui/components/templates/articleLayout/ArticleLayout.astro +++ b/src/ui/components/templates/articleLayout/ArticleLayout.astro @@ -6,7 +6,6 @@ import Header from '@components/organisms/header/Header.astro'; const { title, description, featuredImage, publishDate } = Astro.props; --- -