Designate root level eslint config

This commit is contained in:
roykho 2021-12-13 08:06:50 -08:00
parent b12de19975
commit 26121fa059
No known key found for this signature in database
GPG Key ID: 7B36C0EA25795714
2 changed files with 1 additions and 1 deletions

View File

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

View File

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