woocommerce/.eslintrc.js

5 lines
98 B
JavaScript
Raw Permalink Normal View History

module.exports = {
2021-12-13 16:06:50 +00:00
root: true,
extends: [ 'plugin:@woocommerce/eslint-plugin/recommended' ],
};