Skip to content

Commit

Permalink
Fixed renamed folder
Browse files Browse the repository at this point in the history
  • Loading branch information
boytchev committed Jun 11, 2024
1 parent be6f954 commit a2dc254
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RECHECK-FIX.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion RECHECK.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a2dc254

Please sign in to comment.