Skip to content

Commit 3b327a8

Browse files
authored
fix: Fix ESLint errors (#105)
1 parent 3818b11 commit 3b327a8

File tree

4 files changed

+14531
-11122
lines changed

4 files changed

+14531
-11122
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Setup Node.js
1414
uses: actions/setup-node@v1
1515
with:
16-
node-version: 12
16+
node-version: 22
1717
- name: Install dependencies
1818
run: npm ci
1919
- name: Release

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ export default class MyComponent extends Component {
6666
</ScrollSyncPane>
6767
</div>
6868
</ScrollSync>
69-
70-
);
7169
}
7270
}
7371
```

0 commit comments

Comments
 (0)