mirror of https://github.com/actions/toolkit
10 lines
178 B
JSON
10 lines
178 B
JSON
|
{
|
||
|
"extends": ["plugin:github/es6"],
|
||
|
"parser": "@typescript-eslint/parser",
|
||
|
"plugins": ["jest"],
|
||
|
"env": {
|
||
|
"node": true,
|
||
|
"es6": true,
|
||
|
"jest/globals": true
|
||
|
}
|
||
|
}
|