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

@retailmenot/core-ui-eslintrc

Package Overview
Dependencies
Maintainers
8
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@retailmenot/core-ui-eslintrc

ESLint rules for RetailMeNot Core UI projects

  • 7.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by150%
Maintainers
8
Weekly downloads
 
Created
Source

@retailmenot/core-ui-eslintrc

ESLint rules for RetailMeNot Core UI projects.

Installation

npm install @retailmenot/core-ui-eslintrc

Usage

ES5

Include this module as a dependency in your package.json, then add an extends rule to your .eslintrc. You may also add rules to your .eslintrc to override the defaults pulled in from this project.

{
  extends: "./node_modules/@retailmenot/core-ui-eslintrc/.eslintrc"
}

ES6

Same as ES5, but specify the ES6 ruleset in the extends rule:

{
    extends: "./node_modules/@retailmenot/core-ui-eslintrc/.eslintrc-es6"
}

FAQs

Package last updated on 13 Nov 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