TEAMMATES / teammates

This is the project website for the TEAMMATES feedback management tool for education
https://teammatesv4.appspot.com/
GNU General Public License v2.0
1.66k stars 3.31k forks source link

Fix lintspaces on Windows #7469

Closed shubham49 closed 7 years ago

shubham49 commented 7 years ago

I have added unnecessary spaces in some .html file, and ran npm run lint:spaces. image As you can see I get no errors.

If I modify lint:spaces script in package.json file, I get errors. image

I have removed ' character from the script, I guess that doesn't work for windows.

whipermr5 commented 7 years ago

Thanks for the report!