92b20ce19b
* Add ESLint starter workflow * Specify versions * update permission * Add typescript to categories * Update codeql action to v2; add comments * address review feedbacks * update categories
11 lines
276 B
JSON
11 lines
276 B
JSON
{
|
|
"name": "ESLint",
|
|
"description": "A tool for identifying and reporting the problems found in ECMAScript/JavaScript code.",
|
|
"iconName": "eslint",
|
|
"categories": [
|
|
"Code Scanning",
|
|
"JavaScript",
|
|
"EcmaScript",
|
|
"TypeScript"
|
|
]
|
|
} |