Skip to content

Commit 1114790

Browse files
committed
chore: flat diff
1 parent 2131857 commit 1114790

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/.temp
2-
node_modules
32
/coverage
3+
node_modules
44
/test/temp
55
/index.*
66
/npm-debug.log

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export default [
2323
{
2424
ignores: [
2525
".temp",
26-
"**/node_modules",
2726
"coverage",
27+
"**/node_modules",
2828
"src/html/util/alternative-cr.ts",
2929
"src/html/util/attribute-names.ts",
3030
"src/html/util/entities.ts",

0 commit comments

Comments
 (0)