Browse Source

format

pull/1697/head
Bernd Storath 5 months ago
parent
commit
cad6403d93
  1. 6
      src/eslint.config.mjs

6
src/eslint.config.mjs

@ -5,7 +5,7 @@ export default withNuxt([
{ {
rules: { rules: {
'import/order': 'warn', 'import/order': 'warn',
} },
}, },
eslintConfigPrettier eslintConfigPrettier,
]) ]);

Loading…
Cancel
Save