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

eslint-config-laxarjs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-laxarjs

ESLint configuration settings for LaxarJS ES2015 repositories

  • 2.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
52
decreased by-39.53%
Maintainers
1
Weekly downloads
 
Created
Source

LaxarJS ESLint Configuration

The LaxarJS ESLint rules are a restrictive rule set extending the eslint:recommended rule set. The rules are applicable to ES2016 projects.

Installation

npm install --save-dev eslint eslint-config-laxarjs

In your project, create a file .eslintrc.json with the following contents:

{
   "extends": "laxarjs"
}

Or, if you are building a Node.js package:

{
   "extends": "laxarjs/node"
}

If applicable, define additional configuration rules, or override the laxarjs rules.

Keywords

FAQs

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