Skip to content

Commit

Permalink
Merge pull request #16 from TheBlindHawk/v/3.0.0-beta
Browse files Browse the repository at this point in the history
Version 3.0.0
  • Loading branch information
TheBlindHawk authored Jan 31, 2024
2 parents 91b8002 + e7c1605 commit 652d401
Show file tree
Hide file tree
Showing 33 changed files with 4,080 additions and 13,323 deletions.
5 changes: 0 additions & 5 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,3 @@ parser: "@typescript-eslint/parser"
extends:
- eslint:recommended
- plugin:@typescript-eslint/recommended
- prettier
rules:
'no-empty-function': 'off'
'@typescript-eslint/no-empty-function': 'off'
'@typescript-eslint/no-explicit-any': 'off'
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
node-version: [18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
5 changes: 5 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"singleQuote": true,
"printWidth": 120,
"semi": false
}
Loading

0 comments on commit 652d401

Please sign in to comment.