We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c33676 + 8661577 commit 7c25d1bCopy full SHA for 7c25d1b
1 file changed
eslint.config.js
@@ -12,7 +12,7 @@ import { globalIgnores } from "eslint/config";
12
import tseslint from "typescript-eslint";
13
14
export default tseslint.config(
15
- globalIgnores(["dist/", "package-lock.json"]),
+ globalIgnores(["coverage/", "dist/", "package-lock.json"]),
16
packageJson.configs.recommended,
17
{
18
extends: [json.configs.recommended],
0 commit comments