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