Designate root level eslint config

pull/31443/head
roykho 2 years ago
parent b12de19975
commit 26121fa059
No known key found for this signature in database
GPG Key ID: 7B36C0EA25795714

@ -1,3 +1,4 @@
module.exports = {
root: true,
extends: [ 'plugin:@woocommerce/eslint-plugin/recommended' ],
};

@ -1,7 +1,6 @@
/** @format */
module.exports = {
root: true,
env: {
browser: true,
es6: true,

Loading…
Cancel
Save