Are there problems if you wrap the aforementioned script with eslint-disable/enable instead of tweaking .eslintrc
? As in:
/* eslint-disable */
...the script...
/* eslint-enable */
Are there problems if you wrap the aforementioned script with eslint-disable/enable instead of tweaking .eslintrc
? As in:
/* eslint-disable */
...the script...
/* eslint-enable */