Skip to content

Commit 0ecb688

Browse files
committed
refactor: added SPDX license information
1 parent cd9237c commit 0ecb688

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

xo.config.mjs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1+
// SPDX-FileCopyrightText: 2025 DB Systel GmbH
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
14
/** @type {import('xo').FlatXoConfig} */
2-
const xoConfig = [{ ignores: ['**/build', '**/public', '**/out'] }];
5+
const xoConfig = [
6+
{ ignores: ['**/build', '**/public', '**/out'], prettier: true }
7+
];
38

49
export default xoConfig;

0 commit comments

Comments
 (0)