woocommerce/plugins/woo-ai/.eslintrc

14 lines
222 B
Plaintext
Raw Permalink Normal View History

{
"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"
}
}