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

eslint-plugin-freaktechnik

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-freaktechnik - npm Package Compare versions

Comparing version 1.4.0 to 2.0.0

package.json~

38

index.js

@@ -129,2 +129,5 @@ /**

},
parserOptions: {
ecmaVersion: 2016
},
plugins: [

@@ -135,22 +138,8 @@ "node"

},
babel: {
parser: "babel-eslint",
test: {
parserOptions: {
ecmaVersion: 7,
ecmaVersion: 2017,
sourceType: "module"
},
plugins: [
"babel"
],
rules: {
"generator-star-spacing": 0,
"arrow-parens": 0,
"node/no-unsupported-features": 0,
"babel/arrow-parens": 1,
"babel/generator-star-spacing": 1
},
extends: "plugin:freaktechnik/node"
},
test: {
plugins: [
"ava"

@@ -170,8 +159,8 @@ ],

"jsdoc/require-returns-description": 0,
"one-var": 0
"one-var": 0,
"node/no-unsupported-features": 0
},
extends: ["plugin:freaktechnik/babel", "plugin:ava/recommended"]
extends: ["plugin:freaktechnik/node", "plugin:ava/recommended"]
},
browser: {
parser: "babel-eslint",
env: {

@@ -183,13 +172,4 @@ node: false,

parserOptions: {
ecmaVersion: 6
ecmaVersion: 2017
},
plugins: [
"babel"
],
rules: {
"generator-star-spacing": 0,
"arrow-parens": 0,
"babel/arrow-parens": 1,
"babel/generator-star-spacing": 1
},
extends: ["plugin:freaktechnik/base"]

@@ -196,0 +176,0 @@ }

{
"name": "eslint-plugin-freaktechnik",
"version": "1.4.0",
"version": "2.0.0",
"description": "ESLint default configs of freaktechnik.",

@@ -24,5 +24,3 @@ "main": "index.js",

"dependencies": {
"babel-eslint": "^6.1.2",
"eslint-plugin-ava": "^3.0.0",
"eslint-plugin-babel": "^3.3.0",
"eslint-plugin-jsdoc": "^2.3.1",

@@ -32,4 +30,4 @@ "eslint-plugin-node": "^2.0.0"

"peerDependencies": {
"eslint": ">=2.0.0"
"eslint": ">=3.6.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