Skip to content

Commit cd54cf6

Browse files
joker23claude
andcommitted
chore: fix lint config issues (disable jsx-one-expression-per-line, remove stale prettier comment)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ee407aa commit cd54cf6

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ module.exports = {
5757
...stylisticConfig.rules,
5858
'@stylistic/quotes': ['error', 'single', { avoidEscape: true }],
5959
'@stylistic/operator-linebreak': ['error', 'after'],
60+
'@stylistic/jsx-one-expression-per-line': 'off',
6061
'simple-import-sort/imports': ['error', {
6162
groups: [
6263
['^\\u0000'],

packages/sdk/browser/contract-tests/entity/src/main.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// eslint-disable-next-line prettier/prettier
21
import './style.css';
32
import TestHarnessWebSocket from './TestHarnessWebSocket';
43

0 commit comments

Comments
 (0)