0.4.0 • Published 20 days ago

vite-plugin-eslint4b v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
20 days ago

vite-plugin-eslint4b

Vite plugin for running ESLint on browser

Note
It is not a plugin for running ESLint during the build process.

With this plugin the following imports will work on the browser:

import { Linter } from 'eslint';

Usage

Installation

npm install --save-dev vite-plugin-eslint4b eslint

Configuration

// vite.config.ts
import type { UserConfig } from "vite";
import eslint4b from "vite-plugin-eslint4b";

const config: UserConfig = {
  plugins: [
    eslint4b(), // <-
  ],
};
export default config;
0.4.0

20 days ago

0.3.0

25 days ago

0.2.5

1 month ago

0.2.4

1 month ago

0.2.1

7 months ago

0.2.3

7 months ago

0.2.2

7 months ago

0.2.0

12 months ago

0.1.1

1 year ago

0.1.0

1 year ago