Fixed: Eslint not running due to package.json change

This commit is contained in:
Qstick
2019-09-07 10:10:06 -04:00
committed by GitHub
parent c4b7e04a96
commit 075683bbd8

View File

@@ -104,7 +104,7 @@ BuildWithXbuild()
LintUI()
{
ProgressStart 'ESLint'
CheckExitCode yarn eslint
CheckExitCode yarn lint
ProgressEnd 'ESLint'
ProgressStart 'Stylelint'