Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 69670ef

Browse files
committed
lint
1 parent 07208cd commit 69670ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/check-pkg-for-release.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ function checkDependencyAddedInMDCPackage() {
173173

174174
function checkPkgDependencyAddedInMDCPackage() {
175175
const name = getPkgName();
176-
if (!CSS_WHITELIST.filter(x => JS_WHITELIST.includes(x)).includes(name)) {
176+
if (!CSS_WHITELIST.filter((x) => JS_WHITELIST.includes(x)).includes(name)) {
177177
assert.notEqual(typeof MASTER_PACKAGE_JSON.dependencies[CLI_PACKAGE_JSON.name], 'undefined',
178178
'FAILURE: Component ' + CLI_PACKAGE_JSON.name + ' is not a dependency for MDC Web. ' +
179179
'Please add ' + CLI_PACKAGE_JSON.name +' to ' + MASTER_PACKAGE_JSON_RELATIVE_PATH +

0 commit comments

Comments
 (0)