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

pcln-eslint-config-accessibility

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pcln-eslint-config-accessibility

Sharable ESLint configuration for accessiblilty used at priceline

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

pcln-eslint-config-accessibility

npm version

Sharable eslint accessibility rules by priceline

Usage

If you want to use this ESLint configuration in a project, you can install it with the following steps.

First, install this package, ESLint and the necessary plugins.

npm install --save-dev pcln-eslint-config-accessibility eslint-plugin-jsx-a11y@6.x

Then create a file named .eslintrc with following contents in the root folder of your project (or add it to your existing .eslintrc file):

{
  "extends": "pcln-eslint-config-accessibility"
}

That's it! You will now see warnings in your editor if you're violating accessibility eslint rules

Accessibility Checks

The following rules from the eslint-plugin-jsx-a11y plugin are activated with warnings:

FAQs

Package last updated on 04 Dec 2018

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