grunt-import-clean
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -15,2 +15,3 @@ /* | ||
grunt.initConfig({ | ||
jshint: { | ||
@@ -17,0 +18,0 @@ all: [ |
{ | ||
"name": "grunt-import-clean", | ||
"description": "identify unused imports in es6 modules", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"homepage": "https://github.com/elnarddogg/grunt-import-clean", | ||
@@ -6,0 +6,0 @@ "author": { |
@@ -60,2 +60,3 @@ # grunt-import-clean | ||
| -------- | ---- | ------- | ----------- | | ||
| `force` | `Boolean` | `true` | A boolean value indicating whether grunt should continue if unused imports are detected. | | ||
| `test` | `Boolean` | `false` | A boolean value indicating whether unit tests should be run. | | ||
@@ -62,0 +63,0 @@ |
@@ -26,2 +26,4 @@ module.exports = function( grunt ) { | ||
grunt.option( 'force' , options.force !== undefined ? options.force : true ); | ||
var files = data.reduce(function( prev , current ) { | ||
@@ -28,0 +30,0 @@ return prev.concat( |
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
25963
849
101