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

Eslint logs issue #767

@refaelok

Description

@refaelok

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions