Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 29, 2024
1 parent bdc9736 commit 577ae94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ const ERROR = 2;
/** @type {import('eslint').Linter.Config} */
module.exports = {
root: true,
extends: ["@remix-run/eslint-config/internal", "plugin:markdown/recommended-legacy"],
extends: [
"@remix-run/eslint-config/internal",
"plugin:markdown/recommended-legacy",
],
plugins: ["markdown"],
settings: {
"import/internal-regex": "^~/",
Expand Down

0 comments on commit 577ae94

Please sign in to comment.