Skip to content

Commit

Permalink
Bump eslint from 8.57.0 to 9.0.0 (#143)
Browse files Browse the repository at this point in the history
* Bump eslint from 8.57.0 to 9.0.0

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.0.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.57.0...v9.0.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* adjustments for eslint v9

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Martin Raifer <martin@raifer.tech>
  • Loading branch information
dependabot[bot] and tyrasd committed Apr 11, 2024
1 parent 4032751 commit ffc69eb
Show file tree
Hide file tree
Showing 3 changed files with 189 additions and 248 deletions.
2 changes: 0 additions & 2 deletions lib/translations.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { transifexApi } from '@transifex/api';
function fetchTranslations(options) {

// Transifex doesn't allow anonymous downloading
/* eslint-disable no-process-env */
if (process.env.transifex_password) {
// Deployment scripts may prefer environment variables
transifexApi.setup({ auth: process.env.transifex_password });
Expand All @@ -20,7 +19,6 @@ function fetchTranslations(options) {
// }
transifexApi.setup({ auth: JSON.parse(fs.readFileSync('./transifex.auth', 'utf8')).password });
}
/* eslint-enable no-process-env */

if (!options) options = {};
options = Object.assign({
Expand Down
Loading

0 comments on commit ffc69eb

Please sign in to comment.