Pattern: Use of require()
style import
Issue: -
Disallows invocation of require()
.
Rationale: Prefer the newer ES6-style imports over require()
.
Pattern: Use of require()
style import
Issue: -
Disallows invocation of require()
.
Rationale: Prefer the newer ES6-style imports over require()
.