@boll/rules-external-tools
Advanced tools
Comparing version 0.0.1214 to 0.0.1215
import { PackageRule, FileContext, Result, Logger } from "@boll/core"; | ||
import { ESLintRules } from "./eslint-config"; | ||
/** | ||
* ESLintPreferConstRule will esnure that the prefer-const | ||
* ESLint rule is enabled on all source files and that the | ||
* rule is enabled as an error. | ||
*/ | ||
export declare class ESLintPreferConstRule implements PackageRule { | ||
@@ -4,0 +9,0 @@ private logger; |
@@ -42,2 +42,3 @@ "use strict"; | ||
var eslint_config_1 = require("./eslint-config"); | ||
var ruleName = "ESLintPreferConstRule"; | ||
/** | ||
@@ -48,3 +49,2 @@ * ESLintPreferConstRule will esnure that the prefer-const | ||
*/ | ||
var ruleName = "ESLintPreferConstRule"; | ||
var ESLintPreferConstRule = /** @class */ (function () { | ||
@@ -51,0 +51,0 @@ function ESLintPreferConstRule(logger) { |
@@ -7,3 +7,3 @@ { | ||
"dependencies": { | ||
"@boll/core": "1.2.1208", | ||
"@boll/core": "1.2.1209", | ||
"eslint": "^7.8.1" | ||
@@ -29,3 +29,3 @@ }, | ||
"homepage": "https://github.com/microsoft/boll#readme", | ||
"license": "unlicensed", | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
@@ -43,6 +43,6 @@ "name": "@boll/rules-external-tools", | ||
"clean": "rimraf ./dist", | ||
"docs": "typedoc --mode file --out ./docs --theme markdown ./src", | ||
"docs": "typedoc --mode file --out ./apidocs --theme markdown ./src", | ||
"test": "node dist/tests/all.test.js" | ||
}, | ||
"version": "0.0.1214" | ||
"version": "0.0.1215" | ||
} |
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
Explicitly Unlicensed Item
License(Experimental) Something was found which is explicitly marked as unlicensed.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
31502
0
0
0
100
585
+ Added@boll/core@1.2.1209(transitive)
- Removed@boll/core@1.2.1208(transitive)
Updated@boll/core@1.2.1209