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

eslint-config-loke

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-loke - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

20

index.js
module.exports = {
"parser": "babel-eslint",
"env": {
"node": true
"node": true,
"mocha": true
},

@@ -34,4 +35,5 @@ "ecmaFeatures": {

}],
"no-use-before-define": 2,
"no-use-before-define": [2, "nofunc"],
"no-multi-spaces": 0,
"comma-dangle": [2, "never"],

@@ -58,4 +60,3 @@ "no-cond-assign": [2, "always"],

"use-isnan": 2,
"block-scoped-var": 2,
"block-scoped-var": 0,
"consistent-return": 2,

@@ -87,3 +88,3 @@ "curly": [2, "multi-line"],

"no-octal-escape": 2,
"no-param-reassign": 2,
"no-param-reassign": 0,
"no-proto": 2,

@@ -119,7 +120,4 @@ "no-redeclare": 2,

"eol-last": 2,
"func-names": 1,
"key-spacing": [2, {
"beforeColon": false,
"afterColon": true
}],
"func-names": 0,
"key-spacing": 0,
"new-cap": [2, {

@@ -146,3 +144,3 @@ "newIsCap": true

"space-before-blocks": 2,
"space-before-function-paren": [2, "never"],
"space-before-function-paren": [2, {"anonymous": "always", "named": "never"}],
"space-infix-ops": 2,

@@ -149,0 +147,0 @@ "space-return-throw-case": 2,

{
"name": "eslint-config-loke",
"version": "1.0.2",
"version": "1.1.0",
"description": "## General rules",

@@ -5,0 +5,0 @@ "main": "index.js",

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