markuplint
Advanced tools
Comparing version 4.0.0-dev.10 to 4.0.0-dev.20
import type { ReadonlyDeep } from 'type-fest'; | ||
export declare const help = "\nUsage\n\t$ markuplint <HTML file paths (glob format)>\n\t$ <stdout> | markuplint\n\nOptions\n\t--config, -c FILE_PATH A configuration file path.\n\t--fix, Fix HTML.\n\t--format, -f FORMAT Output format. Support \"JSON\", \"Simple\", \"GitHub\" and \"Standard\". Default: \"Standard\".\n\t--no-search-config No search a configure file automatically.\n\t--ignore-ext Evaluate files that are received even though the type of extension.\n\t--no-import-preset-rules No import preset rules.\n\t--locale Locale of the message of violation. Default is an OS setting.\n\t--no-color, Output no color.\n\t--problem-only, -p Output only problems, without passeds.\n\t--allow-warnings Return status code 0 even if there are warnings.\n\t--allow-empty-input Return status code 1 even if there are no input files.\n\t--verbose Output with detailed information.\n\t--include-node-modules Include files in node_modules directory. Default: false.\n\n\t--init Initialize settings interactively.\n\t--create-rule Add the scaffold of a custom rule.\n\t--search Search lines of codes that include the target element by selectors.\n\n\t--help, -h Show help.\n\t--version, -v Show version.\n\nExamples\n\t$ markuplint verifyee.html --config path/to/.markuplintrc\n\t$ cat verifyee.html | markuplint\n"; | ||
export declare const help = "\nUsage\n\t$ markuplint <HTML file paths (glob format)>\n\t$ <stdout> | markuplint\n\nOptions\n\t--config, -c FILE_PATH A configuration file path.\n\t--fix, Fix HTML.\n\t--format, -f FORMAT Output format. Support \"JSON\", \"Simple\", \"GitHub\" and \"Standard\". Default: \"Standard\".\n\t--no-search-config No search a configure file automatically.\n\t--ignore-ext Evaluate files that are received even though the type of extension.\n\t--no-import-preset-rules No import preset rules.\n\t--locale Locale of the message of violation. Default is an OS setting.\n\t--no-color, Output no color.\n\t--problem-only, -p Output only problems, without passeds.\n\t--allow-warnings Return status code 0 even if there are warnings.\n\t--allow-empty-input Return status code 1 even if there are no input files.\n\t--verbose Output with detailed information.\n\t--include-node-modules Include files in node_modules directory. Default: false.\n\n\t--init Initialize settings interactively.\n\t--search Search lines of codes that include the target element by selectors.\n\n\t--help, -h Show help.\n\t--version, -v Show version.\n\nExamples\n\t$ markuplint verifyee.html --config path/to/.markuplintrc\n\t$ cat verifyee.html | markuplint\n"; | ||
export declare const cli: import("meow").Result<{ | ||
@@ -4,0 +4,0 @@ config: { |
@@ -23,3 +23,2 @@ import meow from 'meow'; | ||
--init Initialize settings interactively. | ||
--create-rule Add the scaffold of a custom rule. | ||
--search Search lines of codes that include the target element by selectors. | ||
@@ -26,0 +25,0 @@ |
{ | ||
"name": "markuplint", | ||
"version": "4.0.0-dev.10+b28398ab", | ||
"version": "4.0.0-dev.20+6b35da16", | ||
"description": "An HTML linter for all markup developers", | ||
@@ -28,13 +28,13 @@ "author": "Yusuke Hirao", | ||
"dependencies": { | ||
"@markuplint/cli-utils": "4.0.0-dev.3823+b28398ab", | ||
"@markuplint/file-resolver": "4.0.0-dev.10+b28398ab", | ||
"@markuplint/html-parser": "4.0.0-dev.10+b28398ab", | ||
"@markuplint/html-spec": "4.0.0-dev.10+b28398ab", | ||
"@markuplint/i18n": "4.0.0-dev.10+b28398ab", | ||
"@markuplint/ml-ast": "4.0.0-dev.10+b28398ab", | ||
"@markuplint/ml-config": "4.0.0-dev.10+b28398ab", | ||
"@markuplint/ml-core": "4.0.0-dev.10+b28398ab", | ||
"@markuplint/ml-spec": "4.0.0-dev.10+b28398ab", | ||
"@markuplint/rules": "4.0.0-dev.10+b28398ab", | ||
"@markuplint/shared": "4.0.0-dev.10+b28398ab", | ||
"@markuplint/cli-utils": "4.0.0-dev.3937+6b35da16", | ||
"@markuplint/file-resolver": "4.0.0-dev.20+6b35da16", | ||
"@markuplint/html-parser": "4.0.0-dev.20+6b35da16", | ||
"@markuplint/html-spec": "4.0.0-dev.20+6b35da16", | ||
"@markuplint/i18n": "4.0.0-dev.20+6b35da16", | ||
"@markuplint/ml-ast": "4.0.0-dev.20+6b35da16", | ||
"@markuplint/ml-config": "4.0.0-dev.20+6b35da16", | ||
"@markuplint/ml-core": "4.0.0-dev.20+6b35da16", | ||
"@markuplint/ml-spec": "4.0.0-dev.20+6b35da16", | ||
"@markuplint/rules": "4.0.0-dev.20+6b35da16", | ||
"@markuplint/shared": "4.0.0-dev.20+6b35da16", | ||
"@types/debug": "^4.1.12", | ||
@@ -45,3 +45,3 @@ "chokidar": "^3.5.3", | ||
"gray-matter": "^4.0.3", | ||
"meow": "^12.1.1", | ||
"meow": "^13.0.0", | ||
"node-fetch": "^3.3.2", | ||
@@ -53,3 +53,3 @@ "os-locale": "^6.0.2", | ||
}, | ||
"gitHead": "b28398ab9c8f0ad790f2915ad5da8f3a80e9b8d6" | ||
"gitHead": "6b35da161d94f784953d0adecc2d28502052d92a" | ||
} |
@@ -89,3 +89,2 @@ # ![markuplint](https://cdn.jsdelivr.net/gh/markuplint/markuplint@main/media/logo-v.svg) | ||
--init Initialize settings interactively. | ||
--create-rule Add the scaffold of a custom rule. | ||
@@ -130,2 +129,4 @@ --help, -h Show help. | ||
[<img width="36" src="https://avatars.githubusercontent.com/u/802921" alt="Hideyuki Saito" />](https://github.com/hideyukisaito) | ||
[<img width="36" src="https://avatars.githubusercontent.com/u/3056064" alt="tamshow" />](https://github.com/tamshow) | ||
[<img width="36" src="https://avatars.githubusercontent.com/u/91047157" alt="shamokit" />](https://github.com/shamokit) | ||
@@ -132,0 +133,0 @@ ## Thanks |
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
139
66598
60
1505
+ Addedmeow@13.2.0(transitive)
- Removedmeow@12.1.1(transitive)
Updatedmeow@^13.0.0