vite-plugin-hot-update-eslint
v0.0.4
Published
```bash npm install --save-dev vite-plugin-hot-update-eslint ```
Readme
:cd: Installation
npm install --save-dev vite-plugin-hot-update-eslintRequirements
- Node.js v12.22.x, v14.17.x, v16.x and above
:book: Usage
// .vite.config.js
import eslintHotPlugin from "vite-plugin-hot-update-eslint"
module.exports = {
configureWebpack:{
plugins: [
eslintHotPlugin({ immediate: 0 }),
],}
}:lock: License
See the LICENSE file for license rights and limitations (MIT).
