Files
starter-workflows/code-scanning/properties/eslint.properties.json
T

13 lines
302 B
JSON
Raw Normal View History

2022-04-13 23:04:48 -07:00
{
"name": "ESLint",
"description": "A tool for identifying and reporting the problems found in ECMAScript/JavaScript code.",
"iconName": "eslint",
2022-09-21 12:46:14 +01:00
"enterprise": false,
2022-04-13 23:04:48 -07:00
"categories": [
"Code Scanning",
"JavaScript",
"EcmaScript",
"TypeScript"
]
2022-09-21 12:46:14 +01:00
}