Socket
Socket
Sign inDemoInstall

@department-of-veterans-affairs/eslint-config-appeals

Package Overview
Dependencies
288
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @department-of-veterans-affairs/eslint-config-appeals

ESLint config for Appeals JS.


Version published
Weekly downloads
1
Maintainers
1
Install size
9.77 MB
Created
Weekly downloads
 

Readme

Source

eslint-config-appeals

ESLint config for Appeals JS.

Usage

Dependencies

You must manually install all plugins that this config uses. Look for all entries beginning with plugin: in the extends field in .eslintrc.js, and add them to your package.json. For instance:

  extends: [
    'plugin:react/recommended',
    'plugin:import/errors',
    'plugin:import/warnings'
  ],

This is required because of a limitation in ESLint configs.

ESLint config

You must reference this config from your ESLint config file:

extends:
  - @department-of-veterans-affairs/eslint-config-appeals

FAQs

Last updated on 27 Nov 2017

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