chore: lint

This commit is contained in:
coderiaser 2026-05-17 01:47:33 +03:00
parent 70ff6fb29f
commit a6adf39db2

View file

@ -11,6 +11,9 @@ export const match = {
'client/dom/index.*': {
'no-multi-spaces': 'off',
},
'client/**': {
'n/no-unsupported-features/node-builtins': 'off',
},
};
export default defineConfig([
safeAlign, {