We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdc9736 commit 577ae94Copy full SHA for 577ae94
.eslintrc.js
@@ -6,7 +6,10 @@ const ERROR = 2;
6
/** @type {import('eslint').Linter.Config} */
7
module.exports = {
8
root: true,
9
- extends: ["@remix-run/eslint-config/internal", "plugin:markdown/recommended-legacy"],
+ extends: [
10
+ "@remix-run/eslint-config/internal",
11
+ "plugin:markdown/recommended-legacy",
12
+ ],
13
plugins: ["markdown"],
14
settings: {
15
"import/internal-regex": "^~/",
0 commit comments