@18f/18f-eslint
Advanced tools
Comparing version 1.2.3-beta.4 to 1.2.3-beta.5
@@ -6,7 +6,3 @@ #!/usr/bin/env node | ||
// Allow console.log here, since it's a CLI application. | ||
/* eslint-disable no-console */ | ||
const pathRoot = process.env.INIT_CWD || path.resolve("../../", __dirname); | ||
console.log(pathRoot); | ||
@@ -13,0 +9,0 @@ const eslintPath = path.join(pathRoot, ".eslintrc.json"); |
@@ -6,3 +6,3 @@ const fs = require("fs"); | ||
// Start at the current path. We'll walk backwards from here. | ||
const packagePath = ["."]; | ||
const packagePath = [process.env.INIT_CWD || "."]; | ||
let lastPath = path.resolve("./"); | ||
@@ -9,0 +9,0 @@ |
{ | ||
"name": "@18f/18f-eslint", | ||
"version": "1.2.3-beta.4", | ||
"version": "1.2.3-beta.5", | ||
"description": "Easy eslint for 18F projects", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
18255
296
7