ESLint
E554816
ESLint is a widely used open-source JavaScript linter that analyzes code to find and fix problems, enforce style rules, and maintain code quality.
All labels observed (2)
| Label | Occurrences |
|---|---|
| ESLint canonical | 4 |
| JavaScript style guidelines | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T5922787 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
Target entity: ESLint Context triple: [OpenJS Foundation, hostsProject, ESLint]
-
A.
Clang-Tidy
Clang-Tidy is a C++ “linter” and static analysis tool that automatically detects and suggests fixes for common programming errors, style issues, and potential bugs in code.
-
B.
Clang-Tidy linter
Clang-Tidy linter is a C++ code analysis tool that automatically detects and suggests fixes for style issues, bugs, and performance problems using Clang’s compiler infrastructure.
-
C.
WebStorm
WebStorm is a commercial integrated development environment (IDE) by JetBrains focused on modern JavaScript, TypeScript, and web development.
-
D.
Clang-Format
Clang-Format is an automated code formatting tool, part of the Clang/LLVM project, that enforces consistent style for languages like C, C++, and Objective-C.
-
E.
SAST
SAST (Static Application Security Testing) is a security testing methodology that analyzes source code or binaries to identify vulnerabilities early in the software development lifecycle.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
Target entity: ESLint Target entity description: ESLint is a widely used open-source JavaScript linter that analyzes code to find and fix problems, enforce style rules, and maintain code quality.
-
A.
Clang-Tidy
Clang-Tidy is a C++ “linter” and static analysis tool that automatically detects and suggests fixes for common programming errors, style issues, and potential bugs in code.
-
B.
Clang-Tidy linter
Clang-Tidy linter is a C++ code analysis tool that automatically detects and suggests fixes for style issues, bugs, and performance problems using Clang’s compiler infrastructure.
-
C.
WebStorm
WebStorm is a commercial integrated development environment (IDE) by JetBrains focused on modern JavaScript, TypeScript, and web development.
-
D.
Clang-Format
Clang-Format is an automated code formatting tool, part of the Clang/LLVM project, that enforces consistent style for languages like C, C++, and Objective-C.
-
E.
SAST
SAST (Static Application Security Testing) is a security testing methodology that analyzes source code or binaries to identify vulnerabilities early in the software development lifecycle.
- F. None of above. chosen
Statements (79)
| Predicate | Object |
|---|---|
| instanceOf |
JavaScript linter
ⓘ
open-source software ⓘ static code analysis tool ⓘ |
| category |
code quality tool
ⓘ
linting tool ⓘ software development tool ⓘ |
| command | eslint NERFINISHED ⓘ |
| configurationFormat |
.eslintrc.js
ⓘ
.eslintrc.json ⓘ .eslintrc.yml ⓘ package.json eslintConfig field ⓘ |
| creator | Nicholas C. Zakas NERFINISHED ⓘ |
| designGoal |
customizability
ⓘ
extensibility ⓘ framework-agnostic linting ⓘ |
| ecosystem | Node.js ecosystem ⓘ |
| feature |
auto-fix functionality
ⓘ
configurable rules ⓘ configuration files ⓘ custom rule support ⓘ formatter support ⓘ inline configuration comments ⓘ parser abstraction ⓘ pluggable architecture ⓘ shareable configurations ⓘ |
| governanceModel | OpenJS Foundation project NERFINISHED ⓘ |
| hasPluginEcosystem |
@typescript-eslint/eslint-plugin
NERFINISHED
ⓘ
eslint-plugin-import NERFINISHED ⓘ eslint-plugin-node NERFINISHED ⓘ eslint-plugin-react NERFINISHED ⓘ eslint-plugin-vue NERFINISHED ⓘ |
| hasShareableConfig |
eslint-config-airbnb
NERFINISHED
ⓘ
eslint-config-prettier NERFINISHED ⓘ eslint-config-standard NERFINISHED ⓘ |
| hostOrganization | OpenJS Foundation NERFINISHED ⓘ |
| initialReleaseDate | 2013-06-29 ⓘ |
| license | MIT License ⓘ |
| maintainer | ESLint team NERFINISHED ⓘ |
| npmPackageName | eslint NERFINISHED ⓘ |
| packageManager | npm ⓘ |
| primaryUse |
enforcing code style rules
ⓘ
finding code quality problems ⓘ finding potential bugs ⓘ linting JavaScript code ⓘ maintaining consistent coding standards ⓘ |
| programmingLanguage | JavaScript ⓘ |
| repository | https://github.com/eslint/eslint ⓘ |
| supportsCLIOption |
--config
ⓘ
--ext ⓘ --fix ⓘ --format ⓘ --init ⓘ |
| supportsConfigInheritance | extends field ⓘ |
| supportsIgnoreFiles | .eslintignore ⓘ |
| supportsIntegration |
Angular CLI
NERFINISHED
ⓘ
Atom NERFINISHED ⓘ CI/CD pipelines ⓘ Create React App NERFINISHED ⓘ Git hooks ⓘ Grunt NERFINISHED ⓘ Gulp NERFINISHED ⓘ Next.js NERFINISHED ⓘ Sublime Text NERFINISHED ⓘ Visual Studio Code NERFINISHED ⓘ Vue CLI NERFINISHED ⓘ WebStorm NERFINISHED ⓘ webpack NERFINISHED ⓘ |
| supportsLanguage |
JSX
ⓘ
JavaScript NERFINISHED ⓘ Node.js NERFINISHED ⓘ TypeScript NERFINISHED ⓘ Vue.js single-file components ⓘ |
| supportsParser |
@typescript-eslint/parser
NERFINISHED
ⓘ
Espree NERFINISHED ⓘ babel-eslint (deprecated) ⓘ |
| supportsRuleSeverity |
error
ⓘ
off ⓘ warn ⓘ |
| website | https://eslint.org ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Subject: ESLint Description of subject: ESLint is a widely used open-source JavaScript linter that analyzes code to find and fix problems, enforce style rules, and maintain code quality.
Referenced by (5)
Full triples — surface form annotated when it differs from this entity's canonical label.