woocommerce-paypal-payments/.eslintrc

14 lines
227 B
Text
Raw Normal View History

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