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
Describe the bug
Including "N/scriptTypes/restlet" in the define function raises a linting error if "no-invalid-modules" rule is active. This is a valid SuiteScript module for RESTlets
To Reproduce
Steps to reproduce the behavior:
Enable the "no-invalid-modules" rule
Create a new RESTlet file
In the define function, include "N/scriptTypes/restlet" as one of the imported modules
Expected behavior
This is a valid SuiteScript module for RESTlets and no error should be displayed.
Describe the bug
Including "N/scriptTypes/restlet" in the define function raises a linting error if "no-invalid-modules" rule is active. This is a valid SuiteScript module for RESTlets
To Reproduce
Steps to reproduce the behavior:
Expected behavior
This is a valid SuiteScript module for RESTlets and no error should be displayed.
Node version
Irrelevant
ESLint version
9.11.1
Screenshots
N/A
Additional context
Official documentation of the module: https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/article_4130555042.html
The text was updated successfully, but these errors were encountered: