7 lines
136 B
Plaintext
7 lines
136 B
Plaintext
|
module.exports = {
|
||
|
extends: [ 'plugin:@woocommerce/eslint-plugin/recommended' ],
|
||
|
rules: {
|
||
|
'react/react-in-jsx-scope': 'off',
|
||
|
},
|
||
|
};
|