5 lines
150 B
JavaScript
5 lines
150 B
JavaScript
// SPDX-FileCopyrightText: 2021 Johannes Loher
|
|
//
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
module.exports = { extends: ["@commitlint/config-conventional"] };
|