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