mirror of
https://github.com/docker/login-action.git
synced 2024-11-06 00:45:48 -05:00
af023e8f62
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
23 lines
426 B
JSON
23 lines
426 B
JSON
{
|
|
"env": {
|
|
"node": true,
|
|
"es2021": true,
|
|
"jest": true
|
|
},
|
|
"extends": [
|
|
"eslint:recommended",
|
|
"plugin:@typescript-eslint/recommended",
|
|
"plugin:jest/recommended",
|
|
"plugin:prettier/recommended"
|
|
],
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"ecmaVersion": "latest",
|
|
"sourceType": "module"
|
|
},
|
|
"plugins": [
|
|
"@typescript-eslint",
|
|
"jest",
|
|
"prettier"
|
|
]
|
|
}
|