Socket
Socket
Sign inDemoInstall

@nabla/vite-plugin-eslint

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nabla/vite-plugin-eslint - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -6,3 +6,3 @@ const chalk = require("chalk");

module.exports = function eslintPlugin(options = {}) {
const { eslintOptions = {}, shouldLint = (path) => path.match(/.[jt]sx?$/) } =
const { eslintOptions = {}, shouldLint = (path) => path.match(/\.[jt]sx?$/) } =
options;

@@ -9,0 +9,0 @@ const eslint = new ESLint({ cache: true, ...eslintOptions });

{
"name": "@nabla/vite-plugin-eslint",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Plugs ESLint into Vite dev server",

@@ -39,2 +39,2 @@ # @nabla/vite-plugin-eslint

- Type: `(path: string) => boolean`
- Default: `(path) => path.match(/.[jt]sx?$/)`
- Default: `(path) => path.match(/\.[jt]sx?$/)`
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