2023-05-31 22:21:33 +00:00
|
|
|
{
|
|
|
|
"root": true,
|
|
|
|
"extends": [ "plugin:@woocommerce/eslint-plugin/recommended" ],
|
|
|
|
"env": {
|
|
|
|
"browser": true,
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"rules": {
|
|
|
|
"camelcase": 0,
|
|
|
|
"react/react-in-jsx-scope": "off",
|
2023-06-29 04:47:22 +00:00
|
|
|
"no-alert": "off",
|
|
|
|
"@wordpress/no-unsafe-wp-apis": "off"
|
2023-05-31 22:21:33 +00:00
|
|
|
}
|
|
|
|
}
|