mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
10 lines
171 B
Text
10 lines
171 B
Text
|
{
|
||
|
"extends": [ "plugin:@wordpress/eslint-plugin/recommended" ],
|
||
|
"globals": {
|
||
|
"wc": true
|
||
|
},
|
||
|
"rules": {
|
||
|
"no-console": ["error", { "allow": ["warn", "error"] }]
|
||
|
}
|
||
|
}
|