Add ESLint starter workflow (#1461)

* Add ESLint starter workflow

* Specify versions

* update permission

* Add typescript to categories

* Update codeql action to v2; add comments

* address review feedbacks

* update categories
This commit is contained in:
Yong Yan
2022-04-14 11:34:48 +05:30
committed by GitHub
parent 51636c331c
commit 92b20ce19b
3 changed files with 61 additions and 0 deletions
@@ -0,0 +1,11 @@
{
"name": "ESLint",
"description": "A tool for identifying and reporting the problems found in ECMAScript/JavaScript code.",
"iconName": "eslint",
"categories": [
"Code Scanning",
"JavaScript",
"EcmaScript",
"TypeScript"
]
}