🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@department-of-veterans-affairs/eslint-plugin

Package Overview
Dependencies
Maintainers
28
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@department-of-veterans-affairs/eslint-plugin

ESLint plugin for va.gov projects

latest
Source
npmnpm
Version
1.20.0
Version published
Maintainers
28
Created
Source

@department-of-veterans-affairs/eslint-plugin

ESLint rules and configs for VA.gov projects.

Install & Usage

$ yarn add --dev @department-of-veterans-affairs/eslint-plugin

.eslintrc.js (example using a config)

module.exports = {
  extends: ['plugin:@department-of-veterans-affairs/recommended'],
}

.eslintrc.js (example using rules)

module.exports = {
  plugins: ['@department-of-veterans-affairs'],
  rules: {
    '@department-of-veterans-affairs/correct-apostrophe': 1,
  }
}

FAQs

Package last updated on 04 Sep 2025

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