New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-plural

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-plural

ESLint shareable config for the Plural JavaScript code art.

  • 0.1.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
77
decreased by-29.36%
Maintainers
2
Weekly downloads
 
Created
Source

Plural's Javascript Styleguide {

How Plural paints its code;

npm version Build Status

Getting Started

The linter requires eslint, and react, react-native eslint plugins, to install them run:

npm install eslint eslint-plugin-import eslint-plugin-jsx-a11y eslint-plugin-react eslint-plugin-react-native --save-dev

Then install eslint-config-plural by runnig:

npm install eslint-config-plural --save-dev

In your eslintrc (or its equivalent) add

...
"extends": "plural",
"plugins": [
  "react",
  "react-native"
],
...

Parents:

eslint-config-plural extends airbnb-base style guide, appending our artistic rules

Lints:

  • es6
  • react
  • react native

Changelog

Check the changelog for version details.


This Package is being maintained by plural

Built with ❤️ in California

};

Keywords

FAQs

Package last updated on 12 Jun 2017

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