Skip to content

Commit 38020b4

Browse files
danielroepi0
andauthored
feat!: rewrite to use new client manifest format (#15)
Co-authored-by: Pooya Parsa <[email protected]>
1 parent 0ea3527 commit 38020b4

File tree

8 files changed

+464
-197
lines changed

8 files changed

+464
-197
lines changed

.eslintrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"extends": [
33
"@nuxtjs/eslint-config-typescript"
4-
]
4+
],
5+
"rules": {
6+
"no-redeclare": "off"
7+
}
58
}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest,windows-latest]
17+
os: [ubuntu-latest, windows-latest]
1818
node: [14]
1919

2020
steps:

src/mapper.ts

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)