There was an error while loading. Please reload this page.
1 parent 207a1a2 commit ad66736Copy full SHA for ad66736
1 file changed
eslint.config.js
@@ -6,4 +6,11 @@ export default antfu().append({
6
'antfu/no-top-level-await': 'off',
7
'no-console': 'off',
8
},
9
+}, {
10
+ rules: {
11
+ '@stylistic/object-curly-newline': ['error', {
12
+ ImportDeclaration: 'never',
13
+ ExportDeclaration: 'never',
14
+ }],
15
+ },
16
})
0 commit comments