Skip to content

Commit beca1ae

Browse files
committed
fix(eslint-config): mark @testing-library/dom as optional dep
1 parent 9d36540 commit beca1ae

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

packages/eslint-config/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
"@testing-library/dom": ">=8.0.0",
3838
"eslint": ">=7.0.0"
3939
},
40+
"peerDependenciesMeta": {
41+
"@testing-library/dom": {
42+
"optional": true
43+
}
44+
},
4045
"dependencies": {
4146
"@typescript-eslint/eslint-plugin": "^6.0.0",
4247
"@typescript-eslint/parser": "^6.0.0",

0 commit comments

Comments
 (0)