New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@quase/eslint-config-quase

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

@quase/eslint-config-quase - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

14

index.js

@@ -311,3 +311,3 @@ /* eslint sort-keys: ["error", "asc"] */

"no-lone-blocks": "error",
"no-loop-func": "error",
"no-loop-func": "off",
"no-magic-numbers": [

@@ -424,3 +424,6 @@ "off",

"error",
"nofunc"
{
classes: false,
functions: false
}
],

@@ -501,5 +504,8 @@ "no-useless-call": "error",

quotes: [
2,
"error",
"double",
"avoid-escape"
{
allowTemplateLiterals: true,
avoidEscape: true
}
],

@@ -506,0 +512,0 @@ radix: "error",

{
"name": "@quase/eslint-config-quase",
"version": "0.1.0",
"version": "0.2.0",
"description": "Eslint config used by Quase",

@@ -15,13 +15,16 @@ "license": "MIT",

],
"peerDependencies": {
"babel-eslint": "^8.0.1",
"eslint": "^4.6.1",
"dependencies": {
"babel-eslint": "^8.0.3",
"eslint-plugin-flowtype": "^2.39.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jest": "^21.2.0",
"eslint-plugin-node": "^5.2.0"
"eslint-plugin-jest": "^21.4.1",
"eslint-plugin-node": "^5.2.1"
},
"peerDependencies": {
"eslint": "^4.0.0"
},
"engines": {
"node": ">= 4"
"node": ">=4.x",
"npm": ">=3.x"
}
}
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