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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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