mirror of
https://github.com/woocommerce/woocommerce.git
synced 2025-09-04 02:56:46 +08:00
Designate root level eslint config
This commit is contained in:
parent
b12de19975
commit
26121fa059
2 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue