You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Description
In other words, the use of forms such as
var foo = require("foo")
are banned. Instead useES6
style imports orimport 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/
The text was updated successfully, but these errors were encountered: