mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-02-20 06:03:34 +07:00
15 lines
240 B
JSON
15 lines
240 B
JSON
![]() |
{
|
||
|
"extends": ["eslint:recommended", "prettier"],
|
||
|
"env": {
|
||
|
"node": true,
|
||
|
"jest": true
|
||
|
},
|
||
|
"globals": {
|
||
|
"expect": true
|
||
|
},
|
||
|
"rules": {
|
||
|
"no-console": "off",
|
||
|
"no-empty": ["error", { "allowEmptyCatch": true }]
|
||
|
}
|
||
|
}
|