fit
fit copied to clipboard
Small lint improvements
Just a small setup of the eslint, we should update it to the version 9 soon.
To ensure the project standard, I try to ensure the tab instead of spaces, and remove the trailing spaces
"no-trailing-spaces": "error",
"no-mixed-spaces-and-tabs": "error",
"no-multi-spaces": "error"