woocommerce-paypal-payments/.eslintrc

10 lines
171 B
Text
Raw Normal View History

2024-06-13 18:44:21 +02:00
{
"extends": [ "plugin:@wordpress/eslint-plugin/recommended" ],
"globals": {
"wc": true
},
"rules": {
"no-console": ["error", { "allow": ["warn", "error"] }]
}
}