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
{{ message }}
This repository was archived by the owner on Dec 6, 2021. It is now read-only.
new ESLintPlugin({
context: './src',
extensions: ['ts', 'tsx']
}),
poi --serve
im getting all the eslint error display, but the issue is:
once im change some file i get eslint logs only for that file. it seems like he reset the console and show only the eslint errors for the last file i changed.