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

Support for @NScriptType customglplugin

Open ricardoavelocity opened this issue 8 months ago • 0 comments

Is your feature request related to a problem? Please describe. This is a request to support @NScriptType customglplugin. Annoyingly, Eslint won't accept

Describe the solution you'd like If I understand the code correctly, the solution is to add the following to https://github.com/acdvs/eslint-plugin-suitescript/blob/12132493c4d301ab5a465c70662e942c6aa33b5d/lib/util/scriptTypes.js:

,
  customglplugin: {
    entryPoints: ['customizeGlImpact'],
  }

Describe alternatives you've considered I tried to push a commit directly but got a 403.

Additional context Workaround:

/* eslint-disable suitescript/script-type */

ricardoavelocity avatar Apr 14 '25 23:04 ricardoavelocity