mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
chore(projects): disabled unocss eslint rule: order-attributify
This commit is contained in:
@ -17,7 +17,8 @@ export default defineConfig(
|
|||||||
registeredComponentsOnly: false,
|
registeredComponentsOnly: false,
|
||||||
ignores: ['/^icon-/']
|
ignores: ['/^icon-/']
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
'order-attributify': 'off'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user