Skip to content

Commit

Permalink
And another one
Browse files Browse the repository at this point in the history
  • Loading branch information
robknight committed Sep 18, 2024
1 parent ee2e623 commit a3978f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import base from "@parcnet/eslint-config/eslint.base.config.mjs";
import base from "@parcnet-js/eslint-config/eslint.base.config.mjs";

/** @type {import("eslint").Linter.Config[]} */
export default [...base];
2 changes: 1 addition & 1 deletion examples/test-app/eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import reactInternal from "@parcnet/eslint-config/eslint.reactInternal.config.mjs";
import reactInternal from "@parcnet-js/eslint-config/eslint.reactInternal.config.mjs";

/** @type {import("eslint").Linter.Config[]} */
export default [...reactInternal];

0 comments on commit a3978f3

Please sign in to comment.