chore: cleanup config files

This commit is contained in:
Johannes Loher 2025-02-22 20:50:06 +01:00
parent 318a821e6b
commit 0e74e43b91
No known key found for this signature in database
GPG key ID: 7CB0A9FB553DA045
5 changed files with 19 additions and 21 deletions

8
commitlint.config.js Normal file
View file

@ -0,0 +1,8 @@
// SPDX-FileCopyrightText: 2021 Johannes Loher
//
// SPDX-License-Identifier: MIT
/**
* @type {import("@commitlint/types").UserConfig}
*/
export default { extends: ["@commitlint/config-conventional"] };