2019-04-02 19:28:24 +00:00
|
|
|
{
|
|
|
|
"root": true,
|
2022-06-07 03:13:14 +00:00
|
|
|
"extends": [ "plugin:@woocommerce/eslint-plugin/recommended" ],
|
2019-04-02 19:28:24 +00:00
|
|
|
"env": {
|
|
|
|
"browser": true,
|
|
|
|
"node": true
|
|
|
|
},
|
|
|
|
"rules": {
|
|
|
|
"camelcase": 0,
|
2022-06-08 01:58:25 +00:00
|
|
|
"react/react-in-jsx-scope": "off",
|
|
|
|
"no-alert": "off"
|
2019-04-02 19:28:24 +00:00
|
|
|
}
|
|
|
|
}
|