8 lines
206 B
JavaScript
8 lines
206 B
JavaScript
// SPDX-FileCopyrightText: 2021 Johannes Loher
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
/**
|
|
* @type {import("@commitlint/types").UserConfig}
|
|
*/
|
|
export default { extends: ["@commitlint/config-conventional"] };
|