Socket
Socket
Sign inDemoInstall

eslint-config-vast-react

Package Overview
Dependencies
210
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

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


Version published
Weekly downloads
24
increased by33.33%
Maintainers
2
Install size
6.73 kB
Created
Weekly downloads
 

Readme

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

Last updated on 08 Nov 2016

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