14 lines
222 B
Plaintext
14 lines
222 B
Plaintext
|
{
|
||
|
"root": true,
|
||
|
"extends": [ "plugin:@woocommerce/eslint-plugin/recommended" ],
|
||
|
"env": {
|
||
|
"browser": true,
|
||
|
"node": true
|
||
|
},
|
||
|
"rules": {
|
||
|
"camelcase": 0,
|
||
|
"react/react-in-jsx-scope": "off",
|
||
|
"no-alert": "off"
|
||
|
}
|
||
|
}
|