Remove relative path in solhint.config.js in favor of npm virtual package (#5368)

Co-authored-by: Ernesto García <ernestognw@gmail.com>
This commit is contained in:
Hadrien Croubois
2024-12-13 17:54:45 +01:00
committed by GitHub
parent 77d4a73c87
commit a71f79fbbc
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,8 @@
{
"name": "solhint-plugin-openzeppelin",
"version": "0.0.0",
"private": true
"private": true,
"dependencies": {
"minimatch": "^3.1.2"
}
}