aliases:
tags: Type/Tech/Language/JavaScript,area/tech/dev
from: []
related: []
contra: []
to: []
dateCreated: 2022-06-24, 10:19
dateModified: 2023-11-05, 12:09
version: 1.0
publish: true
![]() |
ESLint is a static code analysis tool for identifying problematic patterns found in JavaScript code. It was created by Nicholas C. Zakas in 2013. Rules in ESLint are configurable, and customized rules can be defined and loaded. ESLint covers both code quality and coding style issues. ESLint supports current standards of ECMAScript, and experimental syntax from drafts for future standards. Code using JSX or TypeScript can also be processed when a plugin or transpiler is used. |
---|---|
wikipedia:: ESLint |
url:: ESLint
Mainly anti-patterns, code smells, etc. but not formatting.
.eslintrc
Can use in conjunction with Prettier