woocommerce-paypal-payments/.eslintrc
2026-01-07 10:28:23 +02:00

13 lines
227 B
Text

{
"extends": [ "plugin:@wordpress/eslint-plugin/recommended" ],
"env": {
"browser": true
},
"globals": {
"wc": true,
"jQuery": "readonly"
},
"rules": {
"no-console": ["error", { "allow": ["warn", "error"] }]
}
}