Resolution for JSON5
... | ... | @@ -48,6 +48,9 @@ |
"sinon": "^15.0.3", | ||
"testdouble": "^3.17.1" | ||
}, | ||
"resolutions": { | ||
"json5": "^2.2.0" | ||
}, | ||
"lint-staged": { | ||
"*.js": "eslint --cache --fix" | ||
}, | ||
... | ... |
Please register or sign in to comment
... | ... | @@ -48,6 +48,9 @@ |
"sinon": "^15.0.3", | ||
"testdouble": "^3.17.1" | ||
}, | ||
"resolutions": { | ||
"json5": "^2.2.0" | ||
}, | ||
"lint-staged": { | ||
"*.js": "eslint --cache --fix" | ||
}, | ||
... | ... |