ishaanbedi/woyage

(JS-0359) Detected the use of require statements except in import statements

Opened this issue · 0 comments

Description

In other words, the use of forms such as var foo = require("foo") are banned. Instead use ES6 style imports or import foo = require("foo") imports.

Occurrences

There are 2 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/ishaanbedi/woyage/issue/JS-0359/occurrences/