The source project of this merge request has been removed.
Draft: Add CPP, JS and Bash Linters
(re-created https://dev.hsrn.nyu.edu/yc6371/corelink-client/-/merge_requests/2 in correct repository)
Javascript linter
- Use ESlint for code style analysis to conform Airbnb style guide (Configuration in .eslintrc)
- Edit package.json for build purpose
C++ linter
- Use CPPlint for code style and code quality analysis to conform Google C++ Style Guide (Configuration in CPPLINT.cfg)
Bash linter
- Use Shellcheck for code style and code quality analysis to conform Google Shell Style Guide guide (Configuration in .shellcheckrc)