Skip to content

Commit 577ae94

Browse files
chore: format
1 parent bdc9736 commit 577ae94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.eslintrc.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ const ERROR = 2;
66
/** @type {import('eslint').Linter.Config} */
77
module.exports = {
88
root: true,
9-
extends: ["@remix-run/eslint-config/internal", "plugin:markdown/recommended-legacy"],
9+
extends: [
10+
"@remix-run/eslint-config/internal",
11+
"plugin:markdown/recommended-legacy",
12+
],
1013
plugins: ["markdown"],
1114
settings: {
1215
"import/internal-regex": "^~/",

0 commit comments

Comments
 (0)