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

eslint-config-richlab

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-richlab - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

7

index.js

@@ -12,3 +12,3 @@ 'use strict';

},
'extends': 'eslint:recommended',
'extends': 'standard',
'rules': {

@@ -34,2 +34,7 @@ 'arrow-parens': [2, 'as-needed'],

'strict': [2, 'never'],
'spaced-comment': 0,
'import/no-extraneous-dependencies': 0,
'import/first': 0,
'import/extensions': 0,
'import/newline-after-import': 0,
// https://github.com/richlab-corp/eslint-plugin-richlab

@@ -36,0 +41,0 @@ 'richlab/avoid-ios9-viewport-bug': 2,

3

package.json
{
"name": "eslint-config-richlab",
"description": "An ESLint shared configuration for RichLab",
"version": "2.0.0",
"version": "2.1.0",
"author": "Hiroyuki ANAI<pirosikick@gmail.com>",

@@ -17,2 +17,3 @@ "bugs": {

"peerDependencies": {
"eslint-config-standard": "^7.1.0",
"eslint-plugin-richlab": "^2.0.0"

@@ -19,0 +20,0 @@ },

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