eslint-plugin-suitescript icon indicating copy to clipboard operation
eslint-plugin-suitescript copied to clipboard

ESLint plugin for NetSuite's SuiteScript v1/2 API.

Results 2 eslint-plugin-suitescript issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Rules using the `getModules` util function don't work properly unless the second `define` argument is a `FunctionExpression` or `ArrowFunctionExpression`. For...

feature-request

**Describe the bug** When I try to use the recommended settings (i.e. "extends": ["plugin:suitescript/recommended"]) I am getting the error: AssertionError [ERR_ASSERTION]: Node must be provided when reporting error if location...

bug