Skip to content

Commit 89a5ccf

Browse files
ignore
1 parent 48490be commit 89a5ccf

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.eslintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

eslint.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import path from "node:path";
44
import { fileURLToPath } from "node:url";
55
import js from "@eslint/js";
66
import { FlatCompat } from "@eslint/eslintrc";
7+
import { ignores } from "eslint-plugin-github/lib/configs/flat/react";
78

89
const __filename = fileURLToPath(import.meta.url);
910
const __dirname = path.dirname(__filename);
@@ -33,4 +34,6 @@ export default [...compat.extends("plugin:github/recommended"), {
3334
"filenames/match-regex": "off",
3435
"i18n-text/no-en": "off",
3536
},
37+
38+
ignores: ['**/.markdownlint-cli2.cjs'],
3639
}];

0 commit comments

Comments
 (0)