Is it possible to disable specific lint warnings for JS, e.g. "Missing semicolon". Vaiants of
/* eslint-disable no-alert, no-console */
do not work.
Is it possible to disable specific lint warnings for JS, e.g. "Missing semicolon". Vaiants of
/* eslint-disable no-alert, no-console */
do not work.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.