Skip to content

Commit

Permalink
perf(deps): use latest version of auro-menu with SSR fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-capsule42 committed Jun 27, 2024
1 parent 03329d6 commit d1ad0e4
Show file tree
Hide file tree
Showing 5 changed files with 1,140 additions and 1,115 deletions.
5 changes: 0 additions & 5 deletions .eslintrc

This file was deleted.

13 changes: 13 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
import path from "node:path";
import { fileURLToPath } from "node:url";
import js from "@eslint/js";
import { FlatCompat } from "@eslint/eslintrc";

const __filename = fileURLToPath(import.meta.url);
const __dirname = path.dirname(__filename);
const compat = new FlatCompat({
baseDirectory: __dirname,
recommendedConfig: js.configs.recommended,
allConfig: js.configs.all
});
export default [...compat.extends("@aurodesignsystem/eslint-config")];
Loading

0 comments on commit d1ad0e4

Please sign in to comment.