Socket
Socket
Sign inDemoInstall

gulp-eslint

Package Overview
Dependencies
142
Maintainers
2
Versions
50
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-rc-1 to 2.0.0-rc-2

8

CHANGELOG.md
# Changelog
## 2.0.0-rc
* Update ESLint dependency to "next"
## 1.1.1
* Fix config migration of "extends" and "ecmaFeatures" options
## 1.1.0

@@ -4,0 +12,0 @@

14

package.json
{
"name": "gulp-eslint",
"version": "2.0.0-rc-1",
"version": "2.0.0-rc-2",
"description": "A gulp plugin for processing files with ESLint",

@@ -15,3 +15,3 @@ "repository": "adametry/gulp-eslint",

"scripts": {
"pretest": "jscs *.js test/*.js && gulp test",
"pretest": "gulp test",
"test": "mocha",

@@ -55,16 +55,6 @@ "gulp": "gulp",

"istanbul-coveralls": "^1.0.3",
"jscs": "^2.0.0",
"mocha": "^2.2.5",
"should": "^8.0.1",
"vinyl": "^1.0.0"
},
"jscsConfig": {
"preset": "google",
"validateIndentation": "\t",
"disallowMultipleVarDecl": null,
"maximumLineLength": {
"value": 98,
"allowComments": true
}
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc