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 18e0ea7 commit 15fe6b5Copy full SHA for 15fe6b5
xo.config.js
@@ -1,7 +1,7 @@
1
/** @type {import('xo').FlatXoConfig} */
2
const xoConfig = [
3
{
4
- prettier: true,
+ prettier: 'compat',
5
rules: {
6
'import-x/order': 0 // We use a prettier plugin to organize imports
7
}
0 commit comments