scss-lint-html-reporter
Advanced tools
Comparing version 0.0.0 to 0.0.1
{ | ||
"name": "scss-lint-html-reporter", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -26,6 +26,8 @@ /** | ||
var result = shell.exec('scss-lint --config .scss-lint.yml -f JSON -o temp-data.json'); | ||
var fileLoc = path.join(__dirname, 'temp-data.json'); | ||
var jsonFle = fs.readFileSync(path.join(__dirname, 'temp-data.json'), { encoding: 'utf-8' }); | ||
var result = shell.exec('scss-lint --config .scss-lint.yml -f JSON -o ' + fileLoc); | ||
var jsonFile = fs.readFileSync(fileLoc, { encoding: 'utf-8' }); | ||
var output = JSON.parse(unescapeStr(jsonFile)); | ||
@@ -32,0 +34,0 @@ |
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
11820
235