Socket
Socket
Sign inDemoInstall

@rentpath/eslint-config-rentpath

Package Overview
Dependencies
Maintainers
11
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rentpath/eslint-config-rentpath

RentPath’s extensible shared config for [ESLint](http://eslint.org/)


Version published
Weekly downloads
3
increased by200%
Maintainers
11
Weekly downloads
 
Created
Source

eslint-config-rentpath

RentPath’s extensible shared config for ESLint

Installation

# npm
npm i --save-dev eslint @rentpath/eslint-config-rentpath

# yarn
yarn add eslint @rentpath/eslint-config-rentpath --dev

Usage

Add the following entry to your .eslintrc

{
  "extends": "@rentpath/eslint-config-rentpath"
}

It's easiest to add a script to package.json to run linting; for example,

"scripts": {
  "lint": "eslint <path_to_javascript_dir>",
}

Then just $ npm run lint or $ yarn lint

Keywords

FAQs

Package last updated on 09 Oct 2019

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