1
0
mirror of https://github.com/shivammathur/setup-php.git synced 2025-05-09 03:03:47 +07:00

12 lines
180 B
Plaintext
Raw Normal View History

2019-09-06 05:17:43 +05:30
{
"env": {
"browser": true,
"node": true
},
"rules": {
"no-console": 0,
"no-empty": [1, { "allowEmptyCatch": true }]
},
"extends": "eslint:recommended"
}