Skip to content

Commit

Permalink
feat!: fix npm release (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenRover committed Sep 6, 2023
1 parent 170f526 commit 2c1aea2
Show file tree
Hide file tree
Showing 3 changed files with 9,757 additions and 532 deletions.
10 changes: 6 additions & 4 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
parser: "@typescript-eslint/parser"

env:
node: true
es6: true
Expand Down Expand Up @@ -117,10 +119,10 @@ rules:
"@typescript-eslint/ban-types": "off"

overrides:
- files:
- "test/**"
- "*.spec.ts"
- "*.test.ts"
- files:
- "test/**"
- "*.spec.ts"
- "*.test.ts"
rules:
prefer-arrow-callback: 0
sonarjs/no-duplicate-string: 0
Expand Down
Loading

0 comments on commit 2c1aea2

Please sign in to comment.