Socket
Socket
Sign inDemoInstall

@gxmari007/vite-plugin-eslint

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gxmari007/vite-plugin-eslint

A vite eslint plugin.


Version published
Maintainers
1
Created
Source

vite-plugin-eslint

npm GitHub license

A vite ESLint plugin.

Install

npm install vite-plugin-eslint --save-dev
# or
yarn add vite-plugin-eslint --dev

Usage

import { defineConfig } from 'vite';
import eslintPlugin from 'vite-plugin-eslint';

export default defineConfig({
  plugins: [eslintPlugin()],
});

Options

include

  • Type string | string[]

    A single file, or array of files, to include when linting.

exclude

  • Type string | string[]

    A single file, or array of files, to exclude when linting.

formatter

  • Type string | ESLint.Formatter

    Custom error formatter or the name of a built-in formatter.

License

MIT

Keywords

FAQs

Package last updated on 19 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc