Skip to content

Commit

Permalink
Merge f13415d into 854ce41
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 5, 2024
2 parents 854ce41 + f13415d commit 459b450
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 125 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ env:
rules:
unicorn/prefer-top-level-await: "off"
jsdoc/tag-lines: "off"
"@typescript-eslint/restrict-template-expressions":
- "error"
- allowNumber: true

overrides:
- files: ["**/*.js"]
Expand Down
2 changes: 1 addition & 1 deletion bin/npm-publish.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env node
/* eslint-disable unicorn/prefer-module, unicorn/prefer-top-level-await */
/* eslint-disable @typescript-eslint/use-unknown-in-catch-callback-variable, unicorn/prefer-module, unicorn/prefer-top-level-await */
"use strict";

const process = require("node:process");
Expand Down
4 changes: 2 additions & 2 deletions dist/main.js.map

Large diffs are not rendered by default.

0 comments on commit 459b450

Please sign in to comment.