mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-06-10 11:54:14 +08:00
21 lines
No EOL
386 B
Text
21 lines
No EOL
386 B
Text
{
|
|
"root": true,
|
|
"extends": [
|
|
"plugin:@wordpress/eslint-plugin/recommended"
|
|
],
|
|
"rules": {
|
|
"@wordpress/dependency-group": "error",
|
|
"@wordpress/no-unsafe-wp-apis": "off",
|
|
"no-console": "off"
|
|
},
|
|
"overrides": [
|
|
{
|
|
"files": ["*.ts", "*.tsx"],
|
|
"parser": "@typescript-eslint/parser",
|
|
"parserOptions": {
|
|
"ecmaVersion": "latest",
|
|
"sourceType": "module"
|
|
}
|
|
}
|
|
]
|
|
} |