This website requires JavaScript.
Explore
Help
Sign In
Steve-Dee-Designs
/
woocommerce
mirror of
https://github.com/woocommerce/woocommerce.git
Watch
1
Star
0
Fork
You've already forked woocommerce
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c7f0dc8f3c
woocommerce
/
tools
/
code-analyzer
/
.eslintrc.js
5 lines
98 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Fix and consolidate linting across the monorepo (#35012)
2022-10-12 02:05:01 +00:00
module
.
exports
=
{
Monorepo CLI tooling: Set folder organisation (#37561)
2023-04-11 21:26:21 +00:00
extends
:
[
'plugin:@woocommerce/eslint-plugin/recommended'
]
,
Fix and consolidate linting across the monorepo (#35012)
2022-10-12 02:05:01 +00:00
root
:
true
,
}
;