woocommerce/plugins/woocommerce-admin/.eslintrc.js

10 lines
297 B
JavaScript

module.exports = {
extends: [ 'plugin:@woocommerce/eslint-plugin/recommended' ],
rules: {
// temporary conversion to warnings until the below are all handled.
'@wordpress/i18n-translator-comments': 'warn',
'@wordpress/valid-sprintf': 'warn',
'react-hooks/rules-of-hooks': 'warn',
},
};