diff --git a/RECHECK-FIX.bat b/RECHECK-FIX.bat index e194453..40ef5c2 100644 --- a/RECHECK-FIX.bat +++ b/RECHECK-FIX.bat @@ -4,7 +4,7 @@ if not defined in_subprocess (cmd /k set in_subprocess=y ^& %0 %*) & exit ) call npx eslint --fix src\*.js -call npx eslint --fix demos\*.js +call npx eslint --fix online\*.js pause exit diff --git a/RECHECK.bat b/RECHECK.bat index ba5a068..b6a553e 100644 --- a/RECHECK.bat +++ b/RECHECK.bat @@ -4,7 +4,7 @@ if not defined in_subprocess (cmd /k set in_subprocess=y ^& %0 %*) & exit ) call npx eslint src\*.js -call npx eslint demos\*.js +call npx eslint online\*.js pause exit \ No newline at end of file