Skip to content

Commit 26121fa

Browse files
committed
Designate root level eslint config
1 parent b12de19 commit 26121fa

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Diff for: .eslintrc.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
module.exports = {
2+
root: true,
23
extends: [ 'plugin:@woocommerce/eslint-plugin/recommended' ],
34
};

Diff for: plugins/woocommerce/.eslintrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
/** @format */
22

33
module.exports = {
4-
root: true,
54
env: {
65
browser: true,
76
es6: true,

0 commit comments

Comments
 (0)