Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 5409d40

Browse files
committed
chore: disable max-statements-per-line rule in ESLint configuration
1 parent 1bd32e7 commit 5409d40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ import { storyblokLintConfig } from '@storyblok/eslint-config';
33
export default storyblokLintConfig({
44
rules: {
55
'no-console': 'off',
6+
'style/max-statements-per-line': 'off',
67
},
78
});

0 commit comments

Comments
 (0)