setup-php/node_modules/codecov/.eslintrc.json
2019-09-20 21:54:46 +05:30

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 }]
}
}