You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [[ "${PKGDIR}"="${TMP}/test-packages/failure/missing-ts-eslint" ]];then
36
-
# skip if Node.js version == 14.x
37
-
if [[ -n"$(node --version | grep '^v14\.')" ]];then
38
-
continue
39
-
fi
40
-
41
36
if [[ -z"$((npm run lint 2>&1) | grep "eslint-plugin-editorconfig requires typescript and @typescript-eslint/eslint-plugin to lint \*.ts files. Run \`npm install typescript @typescript-eslint/eslint-plugin\`.")" ]]; then
42
37
echo "Error message is not shown properly when @typescript-eslint/eslint-plugin is missing" >&2
0 commit comments