Skip to content

Commit

Permalink
Base changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Jan 29, 2025
1 parent 6bd855b commit bc29ecc
Show file tree
Hide file tree
Showing 11 changed files with 1,356 additions and 1,568 deletions.
22 changes: 0 additions & 22 deletions .eslintignore

This file was deleted.

230 changes: 0 additions & 230 deletions .eslintrc.json

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: [16, 18]
node: [lts/*]
name: Test with Node ${{ matrix.node }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"arrowParens": "always",
"jsxSingleQuote": true,
"printWidth": 100,
"printWidth": 90,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "all"
Expand Down
Loading

0 comments on commit bc29ecc

Please sign in to comment.