fossasia / loklak_search

Frontend Search for loklak server https://loklak.org
GNU Lesser General Public License v3.0
1.83k stars 575 forks source link

Adding linters for maintaining uniform code base. #158

Open hemantjadon opened 7 years ago

hemantjadon commented 7 years ago

The code linting is required, to maintain the the uniformity of the code, and code style. We have good old TSLint for Typescript analyzing, along with codelyzer specifically for angular. We need to have few more linters, integrated with Travis and which have plugins for major text editors like VSCode, Atom, Sublime Text etc.

Coala Analyser is nice for independent HTML and SCSS files, but it will needed to be tested that how well it works with angular projects.

idealadarsh commented 7 years ago

@hemantjadon What else is needed to be done here?

hemantjadon commented 7 years ago

Integration with travis, HTML linter, Testing, correct settings of .yml files relevant for the project and following best practices.

idealadarsh commented 7 years ago

@hemantjadon Is this okay now?