We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd9237c commit 0ecb688Copy full SHA for 0ecb688
xo.config.mjs
@@ -1,4 +1,9 @@
1
+// SPDX-FileCopyrightText: 2025 DB Systel GmbH
2
+//
3
+// SPDX-License-Identifier: Apache-2.0
4
/** @type {import('xo').FlatXoConfig} */
-const xoConfig = [{ ignores: ['**/build', '**/public', '**/out'] }];
5
+const xoConfig = [
6
+ { ignores: ['**/build', '**/public', '**/out'], prettier: true }
7
+];
8
9
export default xoConfig;
0 commit comments