Code linting is a type of static analysis that is frequently used to find problematic patterns or code that doesn't adhere to certain style guidelines. There are code linters for most programming languages, and compilers sometimes incorporate linting into the compilation process. JavaScript, being a dynamic and loosely-typed language, is especially prone to developer error. Without the benefit of a compilation process, JavaScript code is typically executed in order to find syntax or other errors. Linting tools like ESLint allow developers to discover problems with their JavaScript code without executing it. The primary reason ESLint was created was to allow developers to create their own linting rules. ESLint is designed to have all rules completely pluggable. The default rules are written just like any plugin rules would be. They can all follow the same pattern, both for the rules themselves as well as tests. While ESLint will ship with some built-in rules to make it useful from the start, you'll be able to dynamically load rules at any point in time. ESLint is written using Node.js to provide a fast runtime environment and easy installation via npm. Philosophy
| Website | https://eslint.org |
| Employees | View employees |
| Industry | Business Services General, Business Services |
| Keywords | Javascript, Code Review, Code Quality, Code Analysis, Javascript Tools, Software Quality, Static Analysis, Web Development, Developer Tools, Web Development Tools, Software Development, Front End Development, Programming Tools, Debugging Tools, Programming Languages |
| SIC | SIC Code 73 Companies, SIC Code 737 Companies |
| NAICS | NAICS Code 5415 Companies, NAICS Code 54151 Companies, NAICS Code 541511 Companies, NAICS Code 54 Companies, NAICS Code 541 Companies |
Looking for a particular Eslint employee's phone or email?
The NAICS codes for Eslint are [5415, 54151, 541511, 54, 541].
The SIC codes for Eslint are [73, 737].