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
I want to ignore src/registerServiceWorker.js file and the simplest way to achieve this is to add the path to the .eslintignore file.
But the file is always linted.
If I add /* eslint-disable */ at the top of the ignored file then it works as expected.
The text was updated successfully, but these errors were encountered:
I want to ignore
src/registerServiceWorker.js
file and the simplest way to achieve this is to add the path to the.eslintignore
file.But the file is always linted.
If I add
/* eslint-disable */
at the top of the ignored file then it works as expected.The text was updated successfully, but these errors were encountered: