SoftTeco Frontend Talks. Code style & linting. Igor Maslakoff

SoftTeco Frontend Talks. Code style & linting. Igor Maslakoff # Code style and linting Editor config Prettier ESLint [playground]() [Editorconfig]() helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs. [Prettier]() - formatting tool integrating with most editors. [ESLint]() - ESLint is a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code, with the goal of making code more consistent and avoiding bugs.
Back to Top