Skip to content

Commit 396532b

Browse files
Base changes
1 parent 9f41a4c commit 396532b

File tree

11 files changed

+1378
-1282
lines changed

11 files changed

+1378
-1282
lines changed

β€Ž.eslintignoreβ€Ž

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

β€Ž.eslintrc.jsonβ€Ž

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

β€Ž.github/workflows/ci.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
strategy:
2929
matrix:
30-
node: [16, 18]
30+
node: [lts/*]
3131
name: Test with Node ${{ matrix.node }}
3232
steps:
3333
- uses: actions/checkout@v3

β€Ž.prettierrcβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"arrowParens": "always",
33
"jsxSingleQuote": true,
4-
"printWidth": 100,
4+
"printWidth": 90,
55
"singleQuote": true,
66
"tabWidth": 2,
77
"trailingComma": "all"

0 commit comments

Comments
Β (0)