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

eslint-config-recombix

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-recombix

An awesome ESLint configuration for writing solid, quality code in Node.js and the browser.

  • 0.5.7
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
4
decreased by-50%
Maintainers
2
Weekly downloads
 
Created
Source

eslint-config-recombix

An awesome ESLint configuration for writing solid, quality code in Node.js and the browser.

Why This Module Exists

This module exists to help developers to write code that is understandable and easy to maintain. The linting rules are deliberately opinionated to encourage developers to write code that is easy to read, easy to reason about, and easy to understand for newcomers.

Latest Standards

The module will be kept up-to-date with the latest ECMAScript standards in line with the functionality that Node.js supports. If you wish to use this config whilst developing for legacy browsers it's recommended you use a transpiler such as Babel to convert your code from ES2015+ to ES5.

Basic Usage

Add the following development dependencies into your project's package.json:

"devDependencies": {
	"babel-eslint": "latest",
	"eslint": "latest",
	"eslint-config-recombix": "latest",
	"eslint-config-vue": "latest",
	"eslint-plugin-disable": "latest",
	"eslint-plugin-filenames": "latest",
	"eslint-plugin-html": "latest",
	"eslint-plugin-json": "latest",
	"eslint-plugin-node": "latest",
	"eslint-plugin-promise": "latest",
	"eslint-plugin-vue": "latest"
},

You should also set the Node version you plan to use for your project, for example:

"engines": {
	"node" : ">=7.5 < 8.0"  // <-- Example!
}

Keywords

FAQs

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