gulp-eslint
Advanced tools
Comparing version 2.0.0-rc-1 to 2.0.0-rc-2
# 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 @@ |
{ | ||
"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 | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7
31237