feature(frontend): add entry in package json to fix eslint issue

This commit is contained in:
Mateusz Michałowski 2024-08-08 10:00:49 +02:00
parent bb75dcf11d
commit aa275b7631

View File

@ -117,5 +117,10 @@
"ignore": [
"**/*.spec.js"
]
},
"resolutions": {
"strip-ansi": "6.0.1",
"string-width": "4.2.2",
"wrap-ansi": "7.0.0"
}
}