Skip to content

Commit 4623afd

Browse files
committed
Fix lint issues and ran prettier
1 parent bfe7162 commit 4623afd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+766
-245
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ about: Report a bug or issue to help us improve
44
title: ''
55
labels: bug
66
assignees: ''
7-
87
---
98

109
**Describe the bug**
1110
A clear and concise description of what the bug is.
1211

1312
**To Reproduce**
1413
Some steps involved to reproduce the bug and any code samples you can share.
14+
1515
```
1616
// Helps us with reproducing the error :)
1717
```

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ about: Suggest an idea for this project
44
title: ''
55
labels: enhancement
66
assignees: ''
7-
87
---
98

109
**Is your feature request related to a problem? Please describe.**

.github/workflows/pull-reqeust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
node-version: [ 18.x, 20.x, 22.x, 24.x ]
17+
node-version: [18.x, 20.x, 22.x, 24.x]
1818
name: Nodejs ${{ matrix.node-version }}
1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/sdk-reference.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
4040
projectName: nylas-nodejs-sdk-reference
4141
directory: docs
42-
wranglerVersion: "3"
42+
wranglerVersion: '3'
4343
branch: ${{ env.CLOUDFLARE_BRANCH }}

.prettierrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
"trailingComma": "es5",
44
"singleQuote": true,
55
"printWidth": 80
6-
}
6+
}

0 commit comments

Comments
 (0)