Skip to content

Commit

Permalink
fix(web): eslint-plugin-agama-i18n renamed to @agama-project/eslint-p…
Browse files Browse the repository at this point in the history
…lugin-agama-i18n (#1827)

- Also updated dependencies
  • Loading branch information
lslezak authored Dec 11, 2024
2 parents 1562b51 + 14ee1ac commit 37cbbd4
Show file tree
Hide file tree
Showing 3 changed files with 671 additions and 648 deletions.
2 changes: 1 addition & 1 deletion web/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import neostandard from "neostandard";
import tsEslint from "typescript-eslint";
import tsEslintParser from "@typescript-eslint/parser";
import globals from "globals";
import agamaI18nEslintPlugin from "eslint-plugin-agama-i18n";
import agamaI18nEslintPlugin from "@agama-project/eslint-plugin-agama-i18n";
import i18nextEslintPlugin from "eslint-plugin-i18next";
import tsEslintPlugin from "@typescript-eslint/eslint-plugin";
import reactHooksPlugin from "eslint-plugin-react-hooks";
Expand Down
Loading

0 comments on commit 37cbbd4

Please sign in to comment.