@double-great/remark-lint-alt-text
Advanced tools
Comparing version 1.0.0-beta.1 to 1.0.0-beta.2
@@ -6,3 +6,3 @@ import { lintRule } from "unified-lint-rule"; | ||
const checkAltText = lintRule("remark-lint:alt-text", (tree, file, options) => { | ||
options = Object.assign({ defaultConfig }, options); | ||
options = Object.assign(Object.assign({}, defaultConfig), options); | ||
const textToNodes = {}; | ||
@@ -9,0 +9,0 @@ let imageIsLink = false; |
{ | ||
"name": "@double-great/remark-lint-alt-text", | ||
"version": "1.0.0-beta.1", | ||
"version": "1.0.0-beta.2", | ||
"description": "A remark-lint plugin that finds unhelpful or missing image alt text", | ||
@@ -5,0 +5,0 @@ "main": "dist/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
5486