Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

eslint-plugin-wrapper

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-wrapper - npm Package Compare versions

Comparing version 0.1.0-0 to 0.1.0-1

9

index.d.ts
import type * as eslint from 'eslint'
interface Plugin {
export interface Plugin {
rules: Record<string, eslint.Rule.RuleModule>

@@ -35,2 +35,7 @@ configs?: Record<string, eslint.Linter.Config>

export = eslintPluginWrapper
export declare const rules: NonNullable<Plugin['rules']>
export declare const configs: NonNullable<Plugin['configs']>
export declare const processors: NonNullable<Plugin['processors']>
export declare const environments: NonNullable<Plugin['environments']>
export declare const addPlugins: typeof eslintPluginWrapper.addPlugins
{
"name": "eslint-plugin-wrapper",
"version": "0.1.0-0",
"version": "0.1.0-1",
"description": "Write project-specific rules, in your own eslint config file",

@@ -5,0 +5,0 @@ "packageManager": "pnpm@8.10.2",

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