Skip to content

Commit

Permalink
refactor: usage of node:test instead of tap
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig committed Jul 19, 2023
1 parent 5de4aa3 commit 39ac0a0
Show file tree
Hide file tree
Showing 22 changed files with 1,275 additions and 5,013 deletions.
3 changes: 1 addition & 2 deletions .commitlintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"extends": ["@commitlint/config-conventional"],
"rules": { "body-max-length": [0, "always"] }
"extends": ["@commitlint/config-conventional"]
}
4 changes: 1 addition & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"extends": ["conventions", "prettier"],
"plugins": ["prettier", "import", "unicorn"],
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./tsconfig.json"
},
"env": {
"node": true
},
"rules": {
"prettier/prettier": "error",
"import/extensions": ["error", "always"],
Expand Down
9 changes: 0 additions & 9 deletions .taprc

This file was deleted.

0 comments on commit 39ac0a0

Please sign in to comment.