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

eslint-config-vast-react

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-vast-react

ESLint shareable config for React and react-a11y to be used with eslint-config-vast

  • 1.0.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
32
increased by77.78%
Maintainers
2
Weekly downloads
 
Created
Source

eslint-config-vast-react

ESLint shareable config for React to be used with eslint-config-vast

NPM version Dependency Status devDependency Status devDependency Status

This config uses eslint-plugin-react for linting React and JSX, and eslint-plugin-jsx-a11y for basic accessibility checks.

Installation

npm i --save-dev eslint-config-vast-react eslint-config-vast eslint-plugin-react eslint-plugin-jsx-a11y

Usage

Create .eslintrc file in the root of your project with the following config:

{
  "extends": ["eslint-config-vast", "eslint-config-vast-react"]
}

See eslint-config-vast for additional information.

Other configs

License

MIT © 2016 Vast.com, Inc.

Keywords

FAQs

Package last updated on 08 Nov 2016

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

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