mirror of
https://github.com/earthly/actions-setup.git
synced 2025-01-15 03:58:00 +08:00
13 lines
191 B
JSON
13 lines
191 B
JSON
|
{
|
||
|
"env": {
|
||
|
"node": true
|
||
|
},
|
||
|
"extends": "eslint:recommended",
|
||
|
"parserOptions": {
|
||
|
"ecmaVersion": 12,
|
||
|
"sourceType": "module"
|
||
|
},
|
||
|
"rules": {
|
||
|
}
|
||
|
}
|