Skip to content

Commit 15fe6b5

Browse files
authored
Update xo.config.js
1 parent 18e0ea7 commit 15fe6b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xo.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/** @type {import('xo').FlatXoConfig} */
22
const xoConfig = [
33
{
4-
prettier: true,
4+
prettier: 'compat',
55
rules: {
66
'import-x/order': 0 // We use a prettier plugin to organize imports
77
}

0 commit comments

Comments
 (0)