diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index df06ac9b..d896ce25 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,10 +1,9 @@ --- name: Bug report about: Create a report to help us improve -title: '' -labels: '' -assignees: '' - +title: "" +labels: "" +assignees: "" --- **Describe the bug** @@ -19,6 +18,7 @@ _Filing bugs without reproduction steps will be closed as invalid._ A clear and concise description of what you expected to happen. **Environment (please complete the following information):** - - Version of this library (hint: only the last release is supported) - - OS and version: (macOS Ventura, Ubuntu 22.04, ...) - - Node.js version (must be an active, current, or maintenance version) + +- Version of this library (hint: only the last release is supported) +- OS and version: (macOS Ventura, Ubuntu 22.04, ...) +- Node.js version (must be an active, current, or maintenance version) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index bbcbbe7d..2bc5d5f7 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,10 +1,9 @@ --- name: Feature request about: Suggest an idea for this project -title: '' -labels: '' -assignees: '' - +title: "" +labels: "" +assignees: "" --- **Is your feature request related to a problem? Please describe.** diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 445e8f3a..f570414b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,7 @@ version: 2 updates: - - # Maintain dependencies for GitHub Actions + # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" directory: "/" schedule: diff --git a/README.md b/README.md index 7f5e7864..21100176 100644 --- a/README.md +++ b/README.md @@ -43,18 +43,18 @@ or npm install --save exiftool-vendored - + ### Debug logging If anything doesn't work, the first thing to try is enabling the logger. You can provide a [Logger implementation](https://photostructure.github.io/batch-cluster.js/interfaces/Logger.html) via [`ExifToolOptions.logger`](https://photostructure.github.io/exiftool-vendored.js/interfaces/ExifToolOptions.html#logger), or set the environment variable `NODE_DEBUG=exiftool-vendored`. [See the debuglog() documentation](https://nodejs.org/docs/latest/api/util.html#utildebuglogsection-callback) for more details. - + ### Regarding use within Electron Due to how different every Electron application setup is, and how new versions frequently have breaking changes, **do not ask for help by opening a github -issue on this project.** +issue on this project.** Please seek help via StackOverflow, the Electron discord, or other channels. diff --git a/SECURITY.md b/SECURITY.md index adfcc682..8d41a477 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,7 +6,7 @@ Only the latest version of this library is supported. ## Reporting a Vulnerability -If you find a vulnerability, *or even think you have*, please send an email to +If you find a vulnerability, _or even think you have_, please send an email to the author. Each signed git release by `mceachen` contains a monitored email address. diff --git a/_config.yml b/_config.yml index b8497135..51972126 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1 @@ -theme: jekyll-theme-leap-day \ No newline at end of file +theme: jekyll-theme-leap-day diff --git a/docs/serve.json b/docs/serve.json index 1a05945d..b308df80 100644 --- a/docs/serve.json +++ b/docs/serve.json @@ -1,3 +1,3 @@ { "cleanUrls": false -} \ No newline at end of file +} diff --git a/package.json b/package.json index e5161c58..8d3cfbd3 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "mktags": "node dist/update/mktags.js", "prelint": "npm run compile", "lint": "eslint src --ext .ts", - "prettier": "prettier --write src/*.ts src/**/*.ts", + "prettier": "prettier --write src/*.ts src/**/*.ts **/*.yml **/*.json **/*.md", "pretest": "npm run compile", "test": "mocha 'dist/*.spec.js'", "docs:1": "typedoc --options .typedoc.js",