Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
339
Maintainers
22
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

ESLint plugin for va.gov projects


Version published
Maintainers
22
Created

Readme

Source

eslint-plugin-va

ESLint rules and configs for VA.gov projects.

Install & Usage

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

.eslintrc.js (example using a config)

module.exports = {
  extends: ['plugin:va/recommended'],
}

.eslintrc.js (example using rules)

module.exports = {
  plugins: ['va'],
  rules: {
    'va/correct-apostrophe': 1,
  }
}

FAQs

Last updated on 31 May 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc