Socket
Socket
Sign inDemoInstall

eslint-config-gulp

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-gulp - npm Package Compare versions

Comparing version 4.0.0 to 5.0.0

28

eslint.js

@@ -6,6 +6,14 @@ 'use strict';

"extends": ["eslint:recommended", "prettier"],
"plugins": [
"node"
],
"parserOptions": {
"ecmaVersion": 2018
},
"env": {
"node": true
"node": true,
"es2017": true
},
"rules": {
"node/no-unsupported-features/es-syntax": [2, {"version": ">=0.10"}],
"block-scoped-var": 2,

@@ -18,5 +26,21 @@ "eqeqeq": [2, "smart"],

"no-unused-vars": 1,
}
},
"ignorePatterns": [
"coverage/**",
"test/fixtures/**"
],
"overrides": [
{
"files": ["test/**"],
"env": {
"mocha": true
},
"rules": {
"max-len": 0,
"max-statements": 0
}
}
]
};
module.exports = config;

15

package.json
{
"name": "eslint-config-gulp",
"version": "4.0.0",
"version": "5.0.0",
"description": "Sharable eslint config for gulp projects",

@@ -10,3 +10,3 @@ "author": "Blaine Bublitz <blaine@iceddev.com> (http://iceddev.com)",

"engines": {
"node": ">= 0.10"
"node": ">=10"
},

@@ -16,11 +16,14 @@ "main": "eslint.js",

"LICENSE",
"eslint.js",
"test.json"
"eslint.js"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "eslint ."
},
"dependencies": {
"eslint-config-prettier": "^6.11.0"
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-node": "^11.1.0"
},
"devDependencies": {
"eslint": "^6.8.0"
},
"keywords": [

@@ -27,0 +30,0 @@ "eslint",

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