setup-php/node_modules/codecov/.eslintrc.json

15 lines
240 B
JSON
Raw Normal View History

2019-09-20 09:41:20 +07:00
{
"extends": ["eslint:recommended", "prettier"],
"env": {
"node": true,
"jest": true
},
"globals": {
"expect": true
},
"rules": {
"no-console": "off",
"no-empty": ["error", { "allowEmptyCatch": true }]
}
}