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.