broccoli-lint-eslint
Advanced tools
Comparing version 2.0.1 to 2.1.0
@@ -86,3 +86,3 @@ 'use strict'; | ||
if (this.testGenerator) { | ||
this.targetExtension = 'eslint-test.js'; | ||
this.targetExtension = 'lint-test.js'; | ||
} | ||
@@ -89,0 +89,0 @@ } |
@@ -1,3 +0,4 @@ | ||
# develop | ||
- Update to eslint@2.2.0 | ||
# 2.1.0 / 2016-03-20 | ||
- Updated and pinned to eslint@2.4.0. | ||
- Begin tracking dates in CHANGELOG 😃 | ||
@@ -30,2 +31,2 @@ # 1.1.1 | ||
- Updating .eslintrc | ||
- Fixing rules path to use `rulePaths` | ||
- Fixing rules path to use `rulePaths` |
@@ -84,3 +84,3 @@ /* eslint global-require: 0, consistent-return: 0 */ | ||
if (this.testGenerator) { | ||
this.targetExtension = 'eslint-test.js'; | ||
this.targetExtension = 'lint-test.js'; | ||
} | ||
@@ -87,0 +87,0 @@ } |
{ | ||
"name": "broccoli-lint-eslint", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"description": "broccoli filter that runs eslint", | ||
@@ -42,3 +42,3 @@ "main": "build/index.js", | ||
"broccoli-filter": "^1.2.3", | ||
"eslint": "^2.3.0" | ||
"eslint": "^2.4.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "devDependencies": { |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14036
0
Updatedeslint@^2.4.0