6 lines
188 B
JavaScript
6 lines
188 B
JavaScript
// SPDX-FileCopyrightText: 2022 Sarah Vaupel <vaupel.sarah@campus.lmu.de>
|
|
//
|
|
// SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
module.exports = {extends: ['@commitlint/config-conventional']}
|