Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Eslint logs issue #767

Open
refaelok opened this issue Nov 18, 2020 · 0 comments
Open

Eslint logs issue #767

refaelok opened this issue Nov 18, 2020 · 0 comments

Comments

@refaelok
Copy link

refaelok commented Nov 18, 2020

When i'm try using eslint configuration and using poi serve command:

const ESLintPlugin = require('eslint-webpack-plugin');

		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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant