linted 14.4.2 → 14.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/config.d.ts +6 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/config.js +9 -0
- package/dist/config.js.map +1 -0
- package/dist/default/files.d.ts +11 -0
- package/dist/default/files.d.ts.map +1 -0
- package/dist/default/files.js +13 -0
- package/dist/default/files.js.map +1 -0
- package/dist/default/option/HtmlOption.d.ts +5 -0
- package/dist/default/option/HtmlOption.d.ts.map +1 -0
- package/dist/default/option/HtmlOption.js +16 -0
- package/dist/default/option/HtmlOption.js.map +1 -0
- package/dist/default/option/JsOption.d.ts +5 -0
- package/dist/default/option/JsOption.d.ts.map +1 -0
- package/dist/default/option/JsOption.js +19 -0
- package/dist/default/option/JsOption.js.map +1 -0
- package/dist/default/option/JsonOption.d.ts +5 -0
- package/dist/default/option/JsonOption.d.ts.map +1 -0
- package/dist/default/option/JsonOption.js +16 -0
- package/dist/default/option/JsonOption.js.map +1 -0
- package/dist/default/option/JsoncOption.d.ts +5 -0
- package/dist/default/option/JsoncOption.d.ts.map +1 -0
- package/dist/default/option/JsoncOption.js +16 -0
- package/dist/default/option/JsoncOption.js.map +1 -0
- package/dist/default/option/MdOption.d.ts +5 -0
- package/dist/default/option/MdOption.d.ts.map +1 -0
- package/dist/default/option/MdOption.js +16 -0
- package/dist/default/option/MdOption.js.map +1 -0
- package/dist/default/option/SvelteOption.d.ts +10 -0
- package/dist/default/option/SvelteOption.d.ts.map +1 -0
- package/dist/default/option/SvelteOption.js +28 -0
- package/dist/default/option/SvelteOption.js.map +1 -0
- package/dist/default/option/TsOption.d.ts +8 -0
- package/dist/default/option/TsOption.d.ts.map +1 -0
- package/dist/default/option/TsOption.js +25 -0
- package/dist/default/option/TsOption.js.map +1 -0
- package/dist/default/option/YmlOption.d.ts +5 -0
- package/dist/default/option/YmlOption.d.ts.map +1 -0
- package/dist/default/option/YmlOption.js +16 -0
- package/dist/default/option/YmlOption.js.map +1 -0
- package/dist/default/option/base/Option.d.ts +5 -0
- package/dist/default/option/base/Option.d.ts.map +1 -0
- package/dist/default/option/base/Option.js +7 -0
- package/dist/default/option/base/Option.js.map +1 -0
- package/dist/default/options.d.ts +18 -0
- package/dist/default/options.d.ts.map +1 -0
- package/dist/default/options.js +17 -0
- package/dist/default/options.js.map +1 -0
- package/dist/default/parsers.d.ts +15 -0
- package/dist/default/parsers.d.ts.map +1 -0
- package/dist/default/parsers.js +14 -0
- package/dist/default/parsers.js.map +1 -0
- package/dist/default/plugins.d.ts +1048 -0
- package/dist/default/plugins.d.ts.map +1 -0
- package/dist/default/plugins.js +24 -0
- package/dist/default/plugins.js.map +1 -0
- package/dist/default/ruleset/HtmlRuleset.d.ts +4 -0
- package/dist/default/ruleset/HtmlRuleset.d.ts.map +1 -0
- package/dist/default/ruleset/HtmlRuleset.js +6 -0
- package/dist/default/ruleset/HtmlRuleset.js.map +1 -0
- package/dist/default/ruleset/JsRuleset.d.ts +4 -0
- package/dist/default/ruleset/JsRuleset.d.ts.map +1 -0
- package/dist/default/ruleset/JsRuleset.js +6 -0
- package/dist/default/ruleset/JsRuleset.js.map +1 -0
- package/dist/default/ruleset/JsonRuleset.d.ts +4 -0
- package/dist/default/ruleset/JsonRuleset.d.ts.map +1 -0
- package/dist/default/ruleset/JsonRuleset.js +6 -0
- package/dist/default/ruleset/JsonRuleset.js.map +1 -0
- package/dist/default/ruleset/JsoncRuleset.d.ts +4 -0
- package/dist/default/ruleset/JsoncRuleset.d.ts.map +1 -0
- package/dist/default/ruleset/JsoncRuleset.js +6 -0
- package/dist/default/ruleset/JsoncRuleset.js.map +1 -0
- package/dist/default/ruleset/MdRuleset.d.ts +4 -0
- package/dist/default/ruleset/MdRuleset.d.ts.map +1 -0
- package/dist/default/ruleset/MdRuleset.js +5 -0
- package/dist/default/ruleset/MdRuleset.js.map +1 -0
- package/dist/default/ruleset/SvelteRuleset.d.ts +4 -0
- package/dist/default/ruleset/SvelteRuleset.d.ts.map +1 -0
- package/dist/default/ruleset/SvelteRuleset.js +10 -0
- package/dist/default/ruleset/SvelteRuleset.js.map +1 -0
- package/dist/default/ruleset/TsRuleset.d.ts +4 -0
- package/dist/default/ruleset/TsRuleset.d.ts.map +1 -0
- package/dist/default/ruleset/TsRuleset.js +9 -0
- package/dist/default/ruleset/TsRuleset.js.map +1 -0
- package/dist/default/ruleset/YmlRuleset.d.ts +4 -0
- package/dist/default/ruleset/YmlRuleset.d.ts.map +1 -0
- package/dist/default/ruleset/YmlRuleset.js +6 -0
- package/dist/default/ruleset/YmlRuleset.js.map +1 -0
- package/dist/default/ruleset/base/Ruleset.d.ts +11 -0
- package/dist/default/ruleset/base/Ruleset.d.ts.map +1 -0
- package/dist/default/ruleset/base/Ruleset.js +26 -0
- package/dist/default/ruleset/base/Ruleset.js.map +1 -0
- package/dist/default/ruleset/rules/Rule.d.ts +6 -0
- package/dist/default/ruleset/rules/Rule.d.ts.map +1 -0
- package/dist/default/ruleset/rules/Rule.js +9 -0
- package/dist/default/ruleset/rules/Rule.js.map +1 -0
- package/dist/default/ruleset/rules/State.d.ts +22 -0
- package/dist/default/ruleset/rules/State.d.ts.map +1 -0
- package/dist/default/ruleset/rules/State.js +22 -0
- package/dist/default/ruleset/rules/State.js.map +1 -0
- package/dist/default/ruleset/rules/html/HtmlEnable.d.ts +4 -0
- package/dist/default/ruleset/rules/html/HtmlEnable.d.ts.map +1 -0
- package/dist/default/ruleset/rules/html/HtmlEnable.js +5 -0
- package/dist/default/ruleset/rules/html/HtmlEnable.js.map +1 -0
- package/dist/default/ruleset/rules/html/HtmlRecommended.d.ts +4 -0
- package/dist/default/ruleset/rules/html/HtmlRecommended.d.ts.map +1 -0
- package/dist/default/ruleset/rules/html/HtmlRecommended.js +5 -0
- package/dist/default/ruleset/rules/html/HtmlRecommended.js.map +1 -0
- package/dist/default/ruleset/rules/js/JsEnable.d.ts +4 -0
- package/dist/default/ruleset/rules/js/JsEnable.d.ts.map +1 -0
- package/dist/default/ruleset/rules/js/JsEnable.js +462 -0
- package/dist/default/ruleset/rules/js/JsEnable.js.map +1 -0
- package/dist/default/ruleset/rules/js/StylisticEnable.d.ts +4 -0
- package/dist/default/ruleset/rules/js/StylisticEnable.d.ts.map +1 -0
- package/dist/default/ruleset/rules/js/StylisticEnable.js +658 -0
- package/dist/default/ruleset/rules/js/StylisticEnable.js.map +1 -0
- package/dist/default/ruleset/rules/json/JsonEnable.d.ts +4 -0
- package/dist/default/ruleset/rules/json/JsonEnable.d.ts.map +1 -0
- package/dist/default/ruleset/rules/json/JsonEnable.js +29 -0
- package/dist/default/ruleset/rules/json/JsonEnable.js.map +1 -0
- package/dist/default/ruleset/rules/json/JsonEnableExt.d.ts +4 -0
- package/dist/default/ruleset/rules/json/JsonEnableExt.d.ts.map +1 -0
- package/dist/default/ruleset/rules/json/JsonEnableExt.js +90 -0
- package/dist/default/ruleset/rules/json/JsonEnableExt.js.map +1 -0
- package/dist/default/ruleset/rules/jsonc/JsoncOverride.d.ts +4 -0
- package/dist/default/ruleset/rules/jsonc/JsoncOverride.d.ts.map +1 -0
- package/dist/default/ruleset/rules/jsonc/JsoncOverride.js +11 -0
- package/dist/default/ruleset/rules/jsonc/JsoncOverride.js.map +1 -0
- package/dist/default/ruleset/rules/md/MdEnable.d.ts +4 -0
- package/dist/default/ruleset/rules/md/MdEnable.d.ts.map +1 -0
- package/dist/default/ruleset/rules/md/MdEnable.js +60 -0
- package/dist/default/ruleset/rules/md/MdEnable.js.map +1 -0
- package/dist/default/ruleset/rules/svelte/SvelteDisableConflictJs.d.ts +4 -0
- package/dist/default/ruleset/rules/svelte/SvelteDisableConflictJs.d.ts.map +1 -0
- package/dist/default/ruleset/rules/svelte/SvelteDisableConflictJs.js +8 -0
- package/dist/default/ruleset/rules/svelte/SvelteDisableConflictJs.js.map +1 -0
- package/dist/default/ruleset/rules/svelte/SvelteDisableConflictTs.d.ts +4 -0
- package/dist/default/ruleset/rules/svelte/SvelteDisableConflictTs.d.ts.map +1 -0
- package/dist/default/ruleset/rules/svelte/SvelteDisableConflictTs.js +5 -0
- package/dist/default/ruleset/rules/svelte/SvelteDisableConflictTs.js.map +1 -0
- package/dist/default/ruleset/rules/svelte/SvelteDisableExt.d.ts +4 -0
- package/dist/default/ruleset/rules/svelte/SvelteDisableExt.d.ts.map +1 -0
- package/dist/default/ruleset/rules/svelte/SvelteDisableExt.js +7 -0
- package/dist/default/ruleset/rules/svelte/SvelteDisableExt.js.map +1 -0
- package/dist/default/ruleset/rules/svelte/SvelteEnable.d.ts +4 -0
- package/dist/default/ruleset/rules/svelte/SvelteEnable.d.ts.map +1 -0
- package/dist/default/ruleset/rules/svelte/SvelteEnable.js +177 -0
- package/dist/default/ruleset/rules/svelte/SvelteEnable.js.map +1 -0
- package/dist/default/ruleset/rules/svelte/SvelteEnableExt.d.ts +4 -0
- package/dist/default/ruleset/rules/svelte/SvelteEnableExt.d.ts.map +1 -0
- package/dist/default/ruleset/rules/svelte/SvelteEnableExt.js +11 -0
- package/dist/default/ruleset/rules/svelte/SvelteEnableExt.js.map +1 -0
- package/dist/default/ruleset/rules/ts/TsDisableCompiler.d.ts +4 -0
- package/dist/default/ruleset/rules/ts/TsDisableCompiler.d.ts.map +1 -0
- package/dist/default/ruleset/rules/ts/TsDisableCompiler.js +20 -0
- package/dist/default/ruleset/rules/ts/TsDisableCompiler.js.map +1 -0
- package/dist/default/ruleset/rules/ts/TsDisableExt.d.ts +4 -0
- package/dist/default/ruleset/rules/ts/TsDisableExt.d.ts.map +1 -0
- package/dist/default/ruleset/rules/ts/TsDisableExt.js +32 -0
- package/dist/default/ruleset/rules/ts/TsDisableExt.js.map +1 -0
- package/dist/default/ruleset/rules/ts/TsEnable.d.ts +4 -0
- package/dist/default/ruleset/rules/ts/TsEnable.d.ts.map +1 -0
- package/dist/default/ruleset/rules/ts/TsEnable.js +490 -0
- package/dist/default/ruleset/rules/ts/TsEnable.js.map +1 -0
- package/dist/default/ruleset/rules/ts/TsEnableExt.d.ts +4 -0
- package/dist/default/ruleset/rules/ts/TsEnableExt.d.ts.map +1 -0
- package/dist/default/ruleset/rules/ts/TsEnableExt.js +108 -0
- package/dist/default/ruleset/rules/ts/TsEnableExt.js.map +1 -0
- package/dist/default/ruleset/rules/yml/YmlEnable.d.ts +4 -0
- package/dist/default/ruleset/rules/yml/YmlEnable.d.ts.map +1 -0
- package/dist/default/ruleset/rules/yml/YmlEnable.js +67 -0
- package/dist/default/ruleset/rules/yml/YmlEnable.js.map +1 -0
- package/dist/default/ruleset/rules/yml/YmlEnableExt.d.ts +4 -0
- package/dist/default/ruleset/rules/yml/YmlEnableExt.d.ts.map +1 -0
- package/dist/default/ruleset/rules/yml/YmlEnableExt.js +65 -0
- package/dist/default/ruleset/rules/yml/YmlEnableExt.js.map +1 -0
- package/dist/default/rulesets.d.ts +12 -0
- package/dist/default/rulesets.d.ts.map +1 -0
- package/dist/default/rulesets.js +17 -0
- package/dist/default/rulesets.js.map +1 -0
- package/dist/default/scopes.d.ts +4 -0
- package/dist/default/scopes.d.ts.map +1 -0
- package/dist/default/scopes.js +11 -0
- package/dist/default/scopes.js.map +1 -0
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +7 -7
- package/tsconfig.json +1 -0
- /package/src/{config/Config.ts → config.ts} +0 -0
- /package/src/{config/default → default}/files.ts +0 -0
- /package/src/{config/default → default}/option/HtmlOption.ts +0 -0
- /package/src/{config/default → default}/option/JsOption.ts +0 -0
- /package/src/{config/default → default}/option/JsonOption.ts +0 -0
- /package/src/{config/default → default}/option/JsoncOption.ts +0 -0
- /package/src/{config/default → default}/option/MdOption.ts +0 -0
- /package/src/{config/default → default}/option/SvelteOption.ts +0 -0
- /package/src/{config/default → default}/option/TsOption.ts +0 -0
- /package/src/{config/default → default}/option/YmlOption.ts +0 -0
- /package/src/{config/default → default}/option/base/Option.ts +0 -0
- /package/src/{config/default → default}/options.ts +0 -0
- /package/src/{config/default → default}/parsers.ts +0 -0
- /package/src/{config/default → default}/plugins.ts +0 -0
- /package/src/{config/default → default}/ruleset/HtmlRuleset.ts +0 -0
- /package/src/{config/default → default}/ruleset/JsRuleset.ts +0 -0
- /package/src/{config/default → default}/ruleset/JsonRuleset.ts +0 -0
- /package/src/{config/default → default}/ruleset/JsoncRuleset.ts +0 -0
- /package/src/{config/default → default}/ruleset/MdRuleset.ts +0 -0
- /package/src/{config/default → default}/ruleset/SvelteRuleset.ts +0 -0
- /package/src/{config/default → default}/ruleset/TsRuleset.ts +0 -0
- /package/src/{config/default → default}/ruleset/YmlRuleset.ts +0 -0
- /package/src/{config/default → default}/ruleset/base/Ruleset.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/Rule.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/State.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/html/HtmlEnable.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/html/HtmlRecommended.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/js/JsEnable.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/js/StylisticEnable.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/json/JsonEnable.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/json/JsonEnableExt.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/jsonc/JsoncOverride.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/md/MdEnable.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/svelte/SvelteDisableConflictJs.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/svelte/SvelteDisableConflictTs.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/svelte/SvelteDisableExt.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/svelte/SvelteEnable.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/svelte/SvelteEnableExt.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/ts/TsDisableCompiler.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/ts/TsDisableExt.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/ts/TsEnable.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/ts/TsEnableExt.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/yml/YmlEnable.ts +0 -0
- /package/src/{config/default → default}/ruleset/rules/yml/YmlEnableExt.ts +0 -0
- /package/src/{config/default → default}/rulesets.ts +0 -0
- /package/src/{config/default → default}/scopes.ts +0 -0
- /package/{src/config → types}/interface/IConfig.d.ts +0 -0
- /package/{src/config → types}/interface/files/IFiles.d.ts +0 -0
- /package/{src/config → types}/interface/option/IOption.d.ts +0 -0
- /package/{src/config → types}/interface/option/language/IOLanguage.d.ts +0 -0
- /package/{src/config → types}/interface/option/language/ecma/IOLanguageEcma.d.ts +0 -0
- /package/{src/config → types}/interface/option/language/globals/IOLanguageGlobals.d.ts +0 -0
- /package/{src/config → types}/interface/option/language/parser/IOLanguageParser.d.ts +0 -0
- /package/{src/config → types}/interface/option/language/parserOptions/IOLanguageParserOptions.d.ts +0 -0
- /package/{src/config → types}/interface/option/language/source/IOLanguageSource.d.ts +0 -0
- /package/{src/config → types}/interface/option/linter/IOLinter.d.ts +0 -0
- /package/{src/config → types}/interface/option/name/IOName.d.ts +0 -0
- /package/{src/config → types}/interface/option/plugins/IOPlugins.d.ts +0 -0
- /package/{src/config → types}/interface/option/processor/IOProcessor.d.ts +0 -0
- /package/{src/config → types}/interface/rules/IRules.d.ts +0 -0
- /package/{src/config → types}/interface/rules/rule/IRule.d.ts +0 -0
- /package/{src/config → types}/interface/rules/rule/state/RuleSeverity.d.ts +0 -0
- /package/{src/type → types}/module/markdownlint/index.d.ts +0 -0
- /package/{src/type → types/shared}/literal/number/base32.d.ts +0 -0
- /package/{src/type → types/shared}/literal/number/base64.d.ts +0 -0
- /package/{src/type → types/shared}/literal/number/binary.d.ts +0 -0
- /package/{src/type → types/shared}/literal/number/decimal.d.ts +0 -0
- /package/{src/type → types/shared}/literal/number/hex.d.ts +0 -0
- /package/{src/type → types/shared}/literal/number/octal.d.ts +0 -0
- /package/{src/type → types/shared}/literal/number/quatral.d.ts +0 -0
- /package/{src/type → types/shared}/literal/number/ternary.d.ts +0 -0
- /package/{src/type → types/shared}/literal/string/base64char.d.ts +0 -0
- /package/{src/type → types/shared}/literal/string/digit.d.ts +0 -0
- /package/{src/type → types/shared}/literal/string/hexchar.d.ts +0 -0
- /package/{src/type → types/shared}/literal/string/letter.d.ts +0 -0
- /package/{src/type → types/shared}/safe/Safe.d.ts +0 -0
- /package/{src/type → types/shared}/safe/numbers/finite/Finite.d.ts +0 -0
- /package/{src/type → types/shared}/safe/numbers/finite.d.ts +0 -0
- /package/{src/type → types/shared}/safe/numbers/fint.d.ts +0 -0
- /package/{src/type → types/shared}/safe/numbers/int/Int.d.ts +0 -0
- /package/{src/type → types/shared}/safe/numbers/int.d.ts +0 -0
- /package/{src/type → types/shared}/safe/numbers/numberful.d.ts +0 -0
- /package/{src/type → types/shared}/safe/numbers/polarity/Negative.d.ts +0 -0
- /package/{src/type → types/shared}/safe/numbers/polarity/Positive.d.ts +0 -0
- /package/{src/type → types/shared}/safe/numbers/polarity/pole/Pole.d.ts +0 -0
- /package/{src/type → types/shared}/safe/primitive.d.ts +0 -0
- /package/{src/type → types/shared}/safe/strings/char.d.ts +0 -0
- /package/{src/type → types/shared}/safe/strings/length/PropLength.d.ts +0 -0
- /package/{src/type → types/shared}/safe/strings/stringful.d.ts +0 -0
- /package/{src/type → types/shared}/utility/interface/construct/Particord.d.ts +0 -0
- /package/{src/type → types/shared}/utility/interface/construct/Property.d.ts +0 -0
- /package/{src/type → types/shared}/utility/interface/construct/Recordful.d.ts +0 -0
- /package/{src/type → types/shared}/utility/interface/construct/Table.d.ts +0 -0
- /package/{src/type → types/shared}/utility/interface/construct/properties/Field.d.ts +0 -0
- /package/{src/type → types/shared}/utility/interface/construct/properties/Flag.d.ts +0 -0
- /package/{src/type → types/shared}/utility/interface/construct/properties/Limit.d.ts +0 -0
- /package/{src/type → types/shared}/utility/interface/construct/properties/List.d.ts +0 -0
- /package/{src/type → types/shared}/utility/interface/construct/properties/Listish.d.ts +0 -0
- /package/{src/type → types/shared}/utility/interface/construct/properties/Scalar.d.ts +0 -0
- /package/{src/type → types/shared}/utility/interface/construct/tables/FieldTable.d.ts +0 -0
- /package/{src/type → types/shared}/utility/interface/construct/tables/FlagTable.d.ts +0 -0
- /package/{src/type → types/shared}/utility/interface/construct/tables/ListTable.d.ts +0 -0
- /package/{src/type → types/shared}/utility/interface/construct/tables/ListishTable.d.ts +0 -0
- /package/{src/type → types/shared}/utility/interface/construct/tables/ScalarTable.d.ts +0 -0
- /package/{src/type → types/shared}/utility/interface/identity/Interface.d.ts +0 -0
- /package/{src/type → types/shared}/utility/interface/identity/Keys.d.ts +0 -0
- /package/{src/type → types/shared}/utility/interface/transform/Unrequire.d.ts +0 -0
- /package/{src/type → types/shared}/utility/iterable/construct/ArrayN.d.ts +0 -0
- /package/{src/type → types/shared}/utility/iterable/construct/Tuple.d.ts +0 -0
- /package/{src/type → types/shared}/utility/iterable/construct/arrays/Arrays.d.ts +0 -0
- /package/{src/type → types/shared}/utility/iterable/construct/tuples/Tuples.d.ts +0 -0
- /package/{src/type → types/shared}/utility/iterable/identity/DyadType.d.ts +0 -0
- /package/{src/type → types/shared}/utility/iterable/identity/MonadType.d.ts +0 -0
- /package/{src/type → types/shared}/utility/iterable/identity/TriadType.d.ts +0 -0
- /package/{src/type → types/shared}/utility/iterable/identity/array/ArrayType.d.ts +0 -0
- /package/{src/type → types/shared}/utility/iterable/identity/array/length/ArrayLength.d.ts +0 -0
- /package/{src/type → types/shared}/utility/iterable/transform/Join.d.ts +0 -0
- /package/{src/type → types/shared}/utility/iterable/transform/Unflat.d.ts +0 -0
- /package/{src/type → types/shared}/utility/iterable/transform/stringarray/Chain.d.ts +0 -0
- /package/{src/type → types/shared}/utility/iterable/transform/stringarray/PathN.d.ts +0 -0
- /package/{src/type → types/shared}/utility/iterable/transform/stringarray/stringify/Stringify.d.ts +0 -0
- /package/{src/type → types/shared}/utility/length/Length.d.ts +0 -0
- /package/{src/type → types/shared}/utility/null/null.d.ts +0 -0
- /package/{src/type → types/shared}/utility/null/nullable.d.ts +0 -0
- /package/{src/type → types/shared}/utility/primitive/Primeval.d.ts +0 -0
- /package/{src/type → types/shared}/utility/primitive/boolean/True.d.ts +0 -0
- /package/{src/type → types/shared}/utility/primitive/number/Numbered.d.ts +0 -0
- /package/{src/type → types/shared}/utility/primitive/string/literal.d.ts +0 -0
- /package/{src/type → types/shared}/utility/primitive/string/literalful.d.ts +0 -0
@@ -0,0 +1,1048 @@
|
|
1
|
+
declare const Plugins: {
|
2
|
+
js: {
|
3
|
+
"@stylistic": {
|
4
|
+
rules: import("@stylistic/eslint-plugin").Rules;
|
5
|
+
configs: Record<string, import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord> | import("eslint").ESLint.ConfigData<import("eslint").Linter.RulesRecord> | import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[]> & {
|
6
|
+
'disable-legacy': import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>;
|
7
|
+
customize: typeof import("@stylistic/eslint-plugin").customize;
|
8
|
+
'recommended-flat': import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>;
|
9
|
+
'recommended-extends': import("eslint").Linter.BaseConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
10
|
+
'all-flat': import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>;
|
11
|
+
'all-extends': import("eslint").Linter.BaseConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
12
|
+
'recommended-legacy': import("eslint").Linter.BaseConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
13
|
+
};
|
14
|
+
};
|
15
|
+
};
|
16
|
+
ts: {
|
17
|
+
"@stylistic": {
|
18
|
+
rules: import("@stylistic/eslint-plugin").Rules;
|
19
|
+
configs: Record<string, import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord> | import("eslint").ESLint.ConfigData<import("eslint").Linter.RulesRecord> | import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[]> & {
|
20
|
+
'disable-legacy': import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>;
|
21
|
+
customize: typeof import("@stylistic/eslint-plugin").customize;
|
22
|
+
'recommended-flat': import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>;
|
23
|
+
'recommended-extends': import("eslint").Linter.BaseConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
24
|
+
'all-flat': import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>;
|
25
|
+
'all-extends': import("eslint").Linter.BaseConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
26
|
+
'recommended-legacy': import("eslint").Linter.BaseConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
27
|
+
};
|
28
|
+
};
|
29
|
+
"@typescript-eslint": {
|
30
|
+
configs: unknown;
|
31
|
+
};
|
32
|
+
};
|
33
|
+
svelte: {
|
34
|
+
"@stylistic": {
|
35
|
+
rules: import("@stylistic/eslint-plugin").Rules;
|
36
|
+
configs: Record<string, import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord> | import("eslint").ESLint.ConfigData<import("eslint").Linter.RulesRecord> | import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[]> & {
|
37
|
+
'disable-legacy': import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>;
|
38
|
+
customize: typeof import("@stylistic/eslint-plugin").customize;
|
39
|
+
'recommended-flat': import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>;
|
40
|
+
'recommended-extends': import("eslint").Linter.BaseConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
41
|
+
'all-flat': import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>;
|
42
|
+
'all-extends': import("eslint").Linter.BaseConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
43
|
+
'recommended-legacy': import("eslint").Linter.BaseConfig<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
44
|
+
};
|
45
|
+
};
|
46
|
+
"@typescript-eslint": {
|
47
|
+
configs: unknown;
|
48
|
+
};
|
49
|
+
svelte: {
|
50
|
+
meta: typeof import("eslint-plugin-svelte/lib/meta.js");
|
51
|
+
configs: {
|
52
|
+
base: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
53
|
+
recommended: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
54
|
+
prettier: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
55
|
+
all: import("eslint").Linter.Config<import("eslint").Linter.RulesRecord, import("eslint").Linter.RulesRecord>;
|
56
|
+
"flat/base": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
|
57
|
+
"flat/recommended": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
|
58
|
+
"flat/prettier": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
|
59
|
+
"flat/all": import("eslint").Linter.FlatConfig<import("eslint").Linter.RulesRecord>[];
|
60
|
+
};
|
61
|
+
rules: {
|
62
|
+
[key: string]: import("eslint-plugin-svelte/lib/types.js").RuleModule;
|
63
|
+
};
|
64
|
+
processors: {
|
65
|
+
".svelte": typeof import("eslint-plugin-svelte/lib/processor/index.js");
|
66
|
+
svelte: typeof import("eslint-plugin-svelte/lib/processor/index.js");
|
67
|
+
};
|
68
|
+
};
|
69
|
+
};
|
70
|
+
html: {
|
71
|
+
"@html-eslint": {
|
72
|
+
configs: {
|
73
|
+
recommended: typeof import("@html-eslint/eslint-plugin/types/configs/recommended.js");
|
74
|
+
"flat/recommended": import("eslint").Linter.FlatConfig;
|
75
|
+
rules: {
|
76
|
+
"require-lang": import("../types").RuleModule;
|
77
|
+
"require-img-alt": import("../types").RuleModule;
|
78
|
+
"require-doctype": import("../types").RuleModule;
|
79
|
+
"require-title": import("../types").RuleModule;
|
80
|
+
"no-duplicate-id": import("../types").RuleModule;
|
81
|
+
"no-inline-styles": import("../types").RuleModule;
|
82
|
+
"no-multiple-h1": import("../types").RuleModule;
|
83
|
+
"no-extra-spacing-attrs": import("../types").RuleModule;
|
84
|
+
"attrs-newline": import("../types").RuleModule;
|
85
|
+
"element-newline": import("../types").RuleModule;
|
86
|
+
"no-skip-heading-levels": import("../types").RuleModule;
|
87
|
+
"require-li-container": import("../types").RuleModule;
|
88
|
+
indent: import("../types").RuleModule;
|
89
|
+
quotes: import("../types").RuleModule;
|
90
|
+
"id-naming-convention": import("../types").RuleModule;
|
91
|
+
"no-obsolete-tags": import("../types").RuleModule;
|
92
|
+
"require-attrs": import("../types").RuleModule;
|
93
|
+
"require-closing-tags": import("../types").RuleModule;
|
94
|
+
"require-meta-description": import("../types").RuleModule;
|
95
|
+
"require-frame-title": import("../types").RuleModule;
|
96
|
+
"no-non-scalable-viewport": import("../types").RuleModule;
|
97
|
+
"no-positive-tabindex": import("../types").RuleModule;
|
98
|
+
"require-meta-viewport": import("../types").RuleModule;
|
99
|
+
"require-meta-charset": import("../types").RuleModule;
|
100
|
+
"no-target-blank": import("../types").RuleModule;
|
101
|
+
"no-duplicate-attrs": import("../types").RuleModule;
|
102
|
+
"no-abstract-roles": import("../types").RuleModule;
|
103
|
+
"require-button-type": import("../types").RuleModule;
|
104
|
+
"no-aria-hidden-body": import("../types").RuleModule;
|
105
|
+
"no-multiple-empty-lines": import("../types").RuleModule;
|
106
|
+
"no-accesskey-attrs": import("../types").RuleModule;
|
107
|
+
"no-restricted-attrs": import("../types").RuleModule;
|
108
|
+
"no-trailing-spaces": import("../types").RuleModule;
|
109
|
+
"no-restricted-attr-values": import("../types").RuleModule;
|
110
|
+
"no-script-style-type": import("../types").RuleModule;
|
111
|
+
lowercase: import("../types").RuleModule;
|
112
|
+
"require-open-graph-protocol": import("../types").RuleModule;
|
113
|
+
"sort-attrs": import("../types").RuleModule;
|
114
|
+
};
|
115
|
+
};
|
116
|
+
};
|
117
|
+
};
|
118
|
+
json: {
|
119
|
+
jsonc: {
|
120
|
+
meta: typeof import("eslint-plugin-jsonc/meta");
|
121
|
+
configs: {
|
122
|
+
base: {
|
123
|
+
plugins: string[];
|
124
|
+
overrides: {
|
125
|
+
files: string[];
|
126
|
+
parser: string;
|
127
|
+
rules: {
|
128
|
+
strict: string;
|
129
|
+
"no-unused-expressions": string;
|
130
|
+
"no-unused-vars": string;
|
131
|
+
};
|
132
|
+
}[];
|
133
|
+
};
|
134
|
+
"auto-config": {
|
135
|
+
extends: string[];
|
136
|
+
rules: {
|
137
|
+
"jsonc/auto": string;
|
138
|
+
};
|
139
|
+
};
|
140
|
+
"recommended-with-json": {
|
141
|
+
extends: string[];
|
142
|
+
rules: {
|
143
|
+
"jsonc/comma-dangle": string;
|
144
|
+
"jsonc/no-bigint-literals": string;
|
145
|
+
"jsonc/no-binary-expression": string;
|
146
|
+
"jsonc/no-binary-numeric-literals": string;
|
147
|
+
"jsonc/no-comments": string;
|
148
|
+
"jsonc/no-dupe-keys": string;
|
149
|
+
"jsonc/no-escape-sequence-in-identifier": string;
|
150
|
+
"jsonc/no-floating-decimal": string;
|
151
|
+
"jsonc/no-hexadecimal-numeric-literals": string;
|
152
|
+
"jsonc/no-infinity": string;
|
153
|
+
"jsonc/no-multi-str": string;
|
154
|
+
"jsonc/no-nan": string;
|
155
|
+
"jsonc/no-number-props": string;
|
156
|
+
"jsonc/no-numeric-separators": string;
|
157
|
+
"jsonc/no-octal-numeric-literals": string;
|
158
|
+
"jsonc/no-octal": string;
|
159
|
+
"jsonc/no-parenthesized": string;
|
160
|
+
"jsonc/no-plus-sign": string;
|
161
|
+
"jsonc/no-regexp-literals": string;
|
162
|
+
"jsonc/no-sparse-arrays": string;
|
163
|
+
"jsonc/no-template-literals": string;
|
164
|
+
"jsonc/no-undefined-value": string;
|
165
|
+
"jsonc/no-unicode-codepoint-escapes": string;
|
166
|
+
"jsonc/no-useless-escape": string;
|
167
|
+
"jsonc/quote-props": string;
|
168
|
+
"jsonc/quotes": string;
|
169
|
+
"jsonc/space-unary-ops": string;
|
170
|
+
"jsonc/valid-json-number": string;
|
171
|
+
"jsonc/vue-custom-block/no-parsing-error": string;
|
172
|
+
};
|
173
|
+
};
|
174
|
+
"recommended-with-jsonc": {
|
175
|
+
extends: string[];
|
176
|
+
rules: {
|
177
|
+
"jsonc/no-bigint-literals": string;
|
178
|
+
"jsonc/no-binary-expression": string;
|
179
|
+
"jsonc/no-binary-numeric-literals": string;
|
180
|
+
"jsonc/no-dupe-keys": string;
|
181
|
+
"jsonc/no-escape-sequence-in-identifier": string;
|
182
|
+
"jsonc/no-floating-decimal": string;
|
183
|
+
"jsonc/no-hexadecimal-numeric-literals": string;
|
184
|
+
"jsonc/no-infinity": string;
|
185
|
+
"jsonc/no-multi-str": string;
|
186
|
+
"jsonc/no-nan": string;
|
187
|
+
"jsonc/no-number-props": string;
|
188
|
+
"jsonc/no-numeric-separators": string;
|
189
|
+
"jsonc/no-octal-numeric-literals": string;
|
190
|
+
"jsonc/no-octal": string;
|
191
|
+
"jsonc/no-parenthesized": string;
|
192
|
+
"jsonc/no-plus-sign": string;
|
193
|
+
"jsonc/no-regexp-literals": string;
|
194
|
+
"jsonc/no-sparse-arrays": string;
|
195
|
+
"jsonc/no-template-literals": string;
|
196
|
+
"jsonc/no-undefined-value": string;
|
197
|
+
"jsonc/no-unicode-codepoint-escapes": string;
|
198
|
+
"jsonc/no-useless-escape": string;
|
199
|
+
"jsonc/quote-props": string;
|
200
|
+
"jsonc/quotes": string;
|
201
|
+
"jsonc/space-unary-ops": string;
|
202
|
+
"jsonc/valid-json-number": string;
|
203
|
+
"jsonc/vue-custom-block/no-parsing-error": string;
|
204
|
+
};
|
205
|
+
};
|
206
|
+
"recommended-with-json5": {
|
207
|
+
extends: string[];
|
208
|
+
rules: {
|
209
|
+
"jsonc/no-bigint-literals": string;
|
210
|
+
"jsonc/no-binary-expression": string;
|
211
|
+
"jsonc/no-binary-numeric-literals": string;
|
212
|
+
"jsonc/no-dupe-keys": string;
|
213
|
+
"jsonc/no-escape-sequence-in-identifier": string;
|
214
|
+
"jsonc/no-number-props": string;
|
215
|
+
"jsonc/no-numeric-separators": string;
|
216
|
+
"jsonc/no-octal-numeric-literals": string;
|
217
|
+
"jsonc/no-octal": string;
|
218
|
+
"jsonc/no-parenthesized": string;
|
219
|
+
"jsonc/no-regexp-literals": string;
|
220
|
+
"jsonc/no-sparse-arrays": string;
|
221
|
+
"jsonc/no-template-literals": string;
|
222
|
+
"jsonc/no-undefined-value": string;
|
223
|
+
"jsonc/no-unicode-codepoint-escapes": string;
|
224
|
+
"jsonc/no-useless-escape": string;
|
225
|
+
"jsonc/space-unary-ops": string;
|
226
|
+
"jsonc/vue-custom-block/no-parsing-error": string;
|
227
|
+
};
|
228
|
+
};
|
229
|
+
prettier: {
|
230
|
+
extends: string[];
|
231
|
+
rules: {
|
232
|
+
"jsonc/array-bracket-newline": string;
|
233
|
+
"jsonc/array-bracket-spacing": string;
|
234
|
+
"jsonc/array-element-newline": string;
|
235
|
+
"jsonc/comma-dangle": string;
|
236
|
+
"jsonc/comma-style": string;
|
237
|
+
"jsonc/indent": string;
|
238
|
+
"jsonc/key-spacing": string;
|
239
|
+
"jsonc/no-floating-decimal": string;
|
240
|
+
"jsonc/object-curly-newline": string;
|
241
|
+
"jsonc/object-curly-spacing": string;
|
242
|
+
"jsonc/object-property-newline": string;
|
243
|
+
"jsonc/quote-props": string;
|
244
|
+
"jsonc/quotes": string;
|
245
|
+
"jsonc/space-unary-ops": string;
|
246
|
+
};
|
247
|
+
};
|
248
|
+
all: {
|
249
|
+
extends: string[];
|
250
|
+
rules: {
|
251
|
+
[x: string]: string;
|
252
|
+
};
|
253
|
+
};
|
254
|
+
"flat/base": ({
|
255
|
+
plugins: {
|
256
|
+
readonly jsonc: import("eslint").ESLint.Plugin;
|
257
|
+
};
|
258
|
+
files?: undefined;
|
259
|
+
languageOptions?: undefined;
|
260
|
+
rules?: undefined;
|
261
|
+
} | {
|
262
|
+
files: string[];
|
263
|
+
languageOptions: {
|
264
|
+
parser: typeof import("jsonc-eslint-parser");
|
265
|
+
};
|
266
|
+
rules: {
|
267
|
+
strict: "off";
|
268
|
+
"no-unused-expressions": "off";
|
269
|
+
"no-unused-vars": "off";
|
270
|
+
};
|
271
|
+
plugins?: undefined;
|
272
|
+
})[];
|
273
|
+
"flat/recommended-with-json": ({
|
274
|
+
plugins: {
|
275
|
+
readonly jsonc: import("eslint").ESLint.Plugin;
|
276
|
+
};
|
277
|
+
files?: undefined;
|
278
|
+
languageOptions?: undefined;
|
279
|
+
rules?: undefined;
|
280
|
+
} | {
|
281
|
+
files: string[];
|
282
|
+
languageOptions: {
|
283
|
+
parser: typeof import("jsonc-eslint-parser");
|
284
|
+
};
|
285
|
+
rules: {
|
286
|
+
strict: "off";
|
287
|
+
"no-unused-expressions": "off";
|
288
|
+
"no-unused-vars": "off";
|
289
|
+
};
|
290
|
+
plugins?: undefined;
|
291
|
+
} | {
|
292
|
+
rules: {
|
293
|
+
"jsonc/comma-dangle": "error";
|
294
|
+
"jsonc/no-bigint-literals": "error";
|
295
|
+
"jsonc/no-binary-expression": "error";
|
296
|
+
"jsonc/no-binary-numeric-literals": "error";
|
297
|
+
"jsonc/no-comments": "error";
|
298
|
+
"jsonc/no-dupe-keys": "error";
|
299
|
+
"jsonc/no-escape-sequence-in-identifier": "error";
|
300
|
+
"jsonc/no-floating-decimal": "error";
|
301
|
+
"jsonc/no-hexadecimal-numeric-literals": "error";
|
302
|
+
"jsonc/no-infinity": "error";
|
303
|
+
"jsonc/no-multi-str": "error";
|
304
|
+
"jsonc/no-nan": "error";
|
305
|
+
"jsonc/no-number-props": "error";
|
306
|
+
"jsonc/no-numeric-separators": "error";
|
307
|
+
"jsonc/no-octal-numeric-literals": "error";
|
308
|
+
"jsonc/no-octal": "error";
|
309
|
+
"jsonc/no-parenthesized": "error";
|
310
|
+
"jsonc/no-plus-sign": "error";
|
311
|
+
"jsonc/no-regexp-literals": "error";
|
312
|
+
"jsonc/no-sparse-arrays": "error";
|
313
|
+
"jsonc/no-template-literals": "error";
|
314
|
+
"jsonc/no-undefined-value": "error";
|
315
|
+
"jsonc/no-unicode-codepoint-escapes": "error";
|
316
|
+
"jsonc/no-useless-escape": "error";
|
317
|
+
"jsonc/quote-props": "error";
|
318
|
+
"jsonc/quotes": "error";
|
319
|
+
"jsonc/space-unary-ops": "error";
|
320
|
+
"jsonc/valid-json-number": "error";
|
321
|
+
"jsonc/vue-custom-block/no-parsing-error": "error";
|
322
|
+
};
|
323
|
+
})[];
|
324
|
+
"flat/recommended-with-jsonc": ({
|
325
|
+
plugins: {
|
326
|
+
readonly jsonc: import("eslint").ESLint.Plugin;
|
327
|
+
};
|
328
|
+
files?: undefined;
|
329
|
+
languageOptions?: undefined;
|
330
|
+
rules?: undefined;
|
331
|
+
} | {
|
332
|
+
files: string[];
|
333
|
+
languageOptions: {
|
334
|
+
parser: typeof import("jsonc-eslint-parser");
|
335
|
+
};
|
336
|
+
rules: {
|
337
|
+
strict: "off";
|
338
|
+
"no-unused-expressions": "off";
|
339
|
+
"no-unused-vars": "off";
|
340
|
+
};
|
341
|
+
plugins?: undefined;
|
342
|
+
} | {
|
343
|
+
rules: {
|
344
|
+
"jsonc/no-bigint-literals": "error";
|
345
|
+
"jsonc/no-binary-expression": "error";
|
346
|
+
"jsonc/no-binary-numeric-literals": "error";
|
347
|
+
"jsonc/no-dupe-keys": "error";
|
348
|
+
"jsonc/no-escape-sequence-in-identifier": "error";
|
349
|
+
"jsonc/no-floating-decimal": "error";
|
350
|
+
"jsonc/no-hexadecimal-numeric-literals": "error";
|
351
|
+
"jsonc/no-infinity": "error";
|
352
|
+
"jsonc/no-multi-str": "error";
|
353
|
+
"jsonc/no-nan": "error";
|
354
|
+
"jsonc/no-number-props": "error";
|
355
|
+
"jsonc/no-numeric-separators": "error";
|
356
|
+
"jsonc/no-octal-numeric-literals": "error";
|
357
|
+
"jsonc/no-octal": "error";
|
358
|
+
"jsonc/no-parenthesized": "error";
|
359
|
+
"jsonc/no-plus-sign": "error";
|
360
|
+
"jsonc/no-regexp-literals": "error";
|
361
|
+
"jsonc/no-sparse-arrays": "error";
|
362
|
+
"jsonc/no-template-literals": "error";
|
363
|
+
"jsonc/no-undefined-value": "error";
|
364
|
+
"jsonc/no-unicode-codepoint-escapes": "error";
|
365
|
+
"jsonc/no-useless-escape": "error";
|
366
|
+
"jsonc/quote-props": "error";
|
367
|
+
"jsonc/quotes": "error";
|
368
|
+
"jsonc/space-unary-ops": "error";
|
369
|
+
"jsonc/valid-json-number": "error";
|
370
|
+
"jsonc/vue-custom-block/no-parsing-error": "error";
|
371
|
+
};
|
372
|
+
})[];
|
373
|
+
"flat/recommended-with-json5": ({
|
374
|
+
plugins: {
|
375
|
+
readonly jsonc: import("eslint").ESLint.Plugin;
|
376
|
+
};
|
377
|
+
files?: undefined;
|
378
|
+
languageOptions?: undefined;
|
379
|
+
rules?: undefined;
|
380
|
+
} | {
|
381
|
+
files: string[];
|
382
|
+
languageOptions: {
|
383
|
+
parser: typeof import("jsonc-eslint-parser");
|
384
|
+
};
|
385
|
+
rules: {
|
386
|
+
strict: "off";
|
387
|
+
"no-unused-expressions": "off";
|
388
|
+
"no-unused-vars": "off";
|
389
|
+
};
|
390
|
+
plugins?: undefined;
|
391
|
+
} | {
|
392
|
+
rules: {
|
393
|
+
"jsonc/no-bigint-literals": "error";
|
394
|
+
"jsonc/no-binary-expression": "error";
|
395
|
+
"jsonc/no-binary-numeric-literals": "error";
|
396
|
+
"jsonc/no-dupe-keys": "error";
|
397
|
+
"jsonc/no-escape-sequence-in-identifier": "error";
|
398
|
+
"jsonc/no-number-props": "error";
|
399
|
+
"jsonc/no-numeric-separators": "error";
|
400
|
+
"jsonc/no-octal-numeric-literals": "error";
|
401
|
+
"jsonc/no-octal": "error";
|
402
|
+
"jsonc/no-parenthesized": "error";
|
403
|
+
"jsonc/no-regexp-literals": "error";
|
404
|
+
"jsonc/no-sparse-arrays": "error";
|
405
|
+
"jsonc/no-template-literals": "error";
|
406
|
+
"jsonc/no-undefined-value": "error";
|
407
|
+
"jsonc/no-unicode-codepoint-escapes": "error";
|
408
|
+
"jsonc/no-useless-escape": "error";
|
409
|
+
"jsonc/space-unary-ops": "error";
|
410
|
+
"jsonc/vue-custom-block/no-parsing-error": "error";
|
411
|
+
};
|
412
|
+
})[];
|
413
|
+
"flat/prettier": ({
|
414
|
+
plugins: {
|
415
|
+
readonly jsonc: import("eslint").ESLint.Plugin;
|
416
|
+
};
|
417
|
+
files?: undefined;
|
418
|
+
languageOptions?: undefined;
|
419
|
+
rules?: undefined;
|
420
|
+
} | {
|
421
|
+
files: string[];
|
422
|
+
languageOptions: {
|
423
|
+
parser: typeof import("jsonc-eslint-parser");
|
424
|
+
};
|
425
|
+
rules: {
|
426
|
+
strict: "off";
|
427
|
+
"no-unused-expressions": "off";
|
428
|
+
"no-unused-vars": "off";
|
429
|
+
};
|
430
|
+
plugins?: undefined;
|
431
|
+
} | {
|
432
|
+
rules: {
|
433
|
+
"jsonc/array-bracket-newline": "off";
|
434
|
+
"jsonc/array-bracket-spacing": "off";
|
435
|
+
"jsonc/array-element-newline": "off";
|
436
|
+
"jsonc/comma-dangle": "off";
|
437
|
+
"jsonc/comma-style": "off";
|
438
|
+
"jsonc/indent": "off";
|
439
|
+
"jsonc/key-spacing": "off";
|
440
|
+
"jsonc/no-floating-decimal": "off";
|
441
|
+
"jsonc/object-curly-newline": "off";
|
442
|
+
"jsonc/object-curly-spacing": "off";
|
443
|
+
"jsonc/object-property-newline": "off";
|
444
|
+
"jsonc/quote-props": "off";
|
445
|
+
"jsonc/quotes": "off";
|
446
|
+
"jsonc/space-unary-ops": "off";
|
447
|
+
};
|
448
|
+
})[];
|
449
|
+
"flat/all": ({
|
450
|
+
plugins: {
|
451
|
+
readonly jsonc: import("eslint").ESLint.Plugin;
|
452
|
+
};
|
453
|
+
files?: undefined;
|
454
|
+
languageOptions?: undefined;
|
455
|
+
rules?: undefined;
|
456
|
+
} | {
|
457
|
+
files: string[];
|
458
|
+
languageOptions: {
|
459
|
+
parser: typeof import("jsonc-eslint-parser");
|
460
|
+
};
|
461
|
+
rules: {
|
462
|
+
strict: "off";
|
463
|
+
"no-unused-expressions": "off";
|
464
|
+
"no-unused-vars": "off";
|
465
|
+
};
|
466
|
+
plugins?: undefined;
|
467
|
+
} | {
|
468
|
+
rules: {
|
469
|
+
[x: string]: import("eslint").Linter.RuleEntry<any[]>;
|
470
|
+
};
|
471
|
+
})[];
|
472
|
+
};
|
473
|
+
rules: {
|
474
|
+
[key: string]: import("eslint-plugin-jsonc/types").RuleModule;
|
475
|
+
};
|
476
|
+
parseForESLint: typeof import("eslint-plugin-jsonc").parseForESLint;
|
477
|
+
parseJSON: typeof import("jsonc-eslint-parser").parseJSON;
|
478
|
+
traverseNodes: typeof import("eslint-plugin-jsonc").traverseNodes;
|
479
|
+
getStaticJSONValue: typeof import("eslint-plugin-jsonc").getStaticJSONValue;
|
480
|
+
};
|
481
|
+
};
|
482
|
+
jsonc: {
|
483
|
+
jsonc: {
|
484
|
+
meta: typeof import("eslint-plugin-jsonc/meta");
|
485
|
+
configs: {
|
486
|
+
base: {
|
487
|
+
plugins: string[];
|
488
|
+
overrides: {
|
489
|
+
files: string[];
|
490
|
+
parser: string;
|
491
|
+
rules: {
|
492
|
+
strict: string;
|
493
|
+
"no-unused-expressions": string;
|
494
|
+
"no-unused-vars": string;
|
495
|
+
};
|
496
|
+
}[];
|
497
|
+
};
|
498
|
+
"auto-config": {
|
499
|
+
extends: string[];
|
500
|
+
rules: {
|
501
|
+
"jsonc/auto": string;
|
502
|
+
};
|
503
|
+
};
|
504
|
+
"recommended-with-json": {
|
505
|
+
extends: string[];
|
506
|
+
rules: {
|
507
|
+
"jsonc/comma-dangle": string;
|
508
|
+
"jsonc/no-bigint-literals": string;
|
509
|
+
"jsonc/no-binary-expression": string;
|
510
|
+
"jsonc/no-binary-numeric-literals": string;
|
511
|
+
"jsonc/no-comments": string;
|
512
|
+
"jsonc/no-dupe-keys": string;
|
513
|
+
"jsonc/no-escape-sequence-in-identifier": string;
|
514
|
+
"jsonc/no-floating-decimal": string;
|
515
|
+
"jsonc/no-hexadecimal-numeric-literals": string;
|
516
|
+
"jsonc/no-infinity": string;
|
517
|
+
"jsonc/no-multi-str": string;
|
518
|
+
"jsonc/no-nan": string;
|
519
|
+
"jsonc/no-number-props": string;
|
520
|
+
"jsonc/no-numeric-separators": string;
|
521
|
+
"jsonc/no-octal-numeric-literals": string;
|
522
|
+
"jsonc/no-octal": string;
|
523
|
+
"jsonc/no-parenthesized": string;
|
524
|
+
"jsonc/no-plus-sign": string;
|
525
|
+
"jsonc/no-regexp-literals": string;
|
526
|
+
"jsonc/no-sparse-arrays": string;
|
527
|
+
"jsonc/no-template-literals": string;
|
528
|
+
"jsonc/no-undefined-value": string;
|
529
|
+
"jsonc/no-unicode-codepoint-escapes": string;
|
530
|
+
"jsonc/no-useless-escape": string;
|
531
|
+
"jsonc/quote-props": string;
|
532
|
+
"jsonc/quotes": string;
|
533
|
+
"jsonc/space-unary-ops": string;
|
534
|
+
"jsonc/valid-json-number": string;
|
535
|
+
"jsonc/vue-custom-block/no-parsing-error": string;
|
536
|
+
};
|
537
|
+
};
|
538
|
+
"recommended-with-jsonc": {
|
539
|
+
extends: string[];
|
540
|
+
rules: {
|
541
|
+
"jsonc/no-bigint-literals": string;
|
542
|
+
"jsonc/no-binary-expression": string;
|
543
|
+
"jsonc/no-binary-numeric-literals": string;
|
544
|
+
"jsonc/no-dupe-keys": string;
|
545
|
+
"jsonc/no-escape-sequence-in-identifier": string;
|
546
|
+
"jsonc/no-floating-decimal": string;
|
547
|
+
"jsonc/no-hexadecimal-numeric-literals": string;
|
548
|
+
"jsonc/no-infinity": string;
|
549
|
+
"jsonc/no-multi-str": string;
|
550
|
+
"jsonc/no-nan": string;
|
551
|
+
"jsonc/no-number-props": string;
|
552
|
+
"jsonc/no-numeric-separators": string;
|
553
|
+
"jsonc/no-octal-numeric-literals": string;
|
554
|
+
"jsonc/no-octal": string;
|
555
|
+
"jsonc/no-parenthesized": string;
|
556
|
+
"jsonc/no-plus-sign": string;
|
557
|
+
"jsonc/no-regexp-literals": string;
|
558
|
+
"jsonc/no-sparse-arrays": string;
|
559
|
+
"jsonc/no-template-literals": string;
|
560
|
+
"jsonc/no-undefined-value": string;
|
561
|
+
"jsonc/no-unicode-codepoint-escapes": string;
|
562
|
+
"jsonc/no-useless-escape": string;
|
563
|
+
"jsonc/quote-props": string;
|
564
|
+
"jsonc/quotes": string;
|
565
|
+
"jsonc/space-unary-ops": string;
|
566
|
+
"jsonc/valid-json-number": string;
|
567
|
+
"jsonc/vue-custom-block/no-parsing-error": string;
|
568
|
+
};
|
569
|
+
};
|
570
|
+
"recommended-with-json5": {
|
571
|
+
extends: string[];
|
572
|
+
rules: {
|
573
|
+
"jsonc/no-bigint-literals": string;
|
574
|
+
"jsonc/no-binary-expression": string;
|
575
|
+
"jsonc/no-binary-numeric-literals": string;
|
576
|
+
"jsonc/no-dupe-keys": string;
|
577
|
+
"jsonc/no-escape-sequence-in-identifier": string;
|
578
|
+
"jsonc/no-number-props": string;
|
579
|
+
"jsonc/no-numeric-separators": string;
|
580
|
+
"jsonc/no-octal-numeric-literals": string;
|
581
|
+
"jsonc/no-octal": string;
|
582
|
+
"jsonc/no-parenthesized": string;
|
583
|
+
"jsonc/no-regexp-literals": string;
|
584
|
+
"jsonc/no-sparse-arrays": string;
|
585
|
+
"jsonc/no-template-literals": string;
|
586
|
+
"jsonc/no-undefined-value": string;
|
587
|
+
"jsonc/no-unicode-codepoint-escapes": string;
|
588
|
+
"jsonc/no-useless-escape": string;
|
589
|
+
"jsonc/space-unary-ops": string;
|
590
|
+
"jsonc/vue-custom-block/no-parsing-error": string;
|
591
|
+
};
|
592
|
+
};
|
593
|
+
prettier: {
|
594
|
+
extends: string[];
|
595
|
+
rules: {
|
596
|
+
"jsonc/array-bracket-newline": string;
|
597
|
+
"jsonc/array-bracket-spacing": string;
|
598
|
+
"jsonc/array-element-newline": string;
|
599
|
+
"jsonc/comma-dangle": string;
|
600
|
+
"jsonc/comma-style": string;
|
601
|
+
"jsonc/indent": string;
|
602
|
+
"jsonc/key-spacing": string;
|
603
|
+
"jsonc/no-floating-decimal": string;
|
604
|
+
"jsonc/object-curly-newline": string;
|
605
|
+
"jsonc/object-curly-spacing": string;
|
606
|
+
"jsonc/object-property-newline": string;
|
607
|
+
"jsonc/quote-props": string;
|
608
|
+
"jsonc/quotes": string;
|
609
|
+
"jsonc/space-unary-ops": string;
|
610
|
+
};
|
611
|
+
};
|
612
|
+
all: {
|
613
|
+
extends: string[];
|
614
|
+
rules: {
|
615
|
+
[x: string]: string;
|
616
|
+
};
|
617
|
+
};
|
618
|
+
"flat/base": ({
|
619
|
+
plugins: {
|
620
|
+
readonly jsonc: import("eslint").ESLint.Plugin;
|
621
|
+
};
|
622
|
+
files?: undefined;
|
623
|
+
languageOptions?: undefined;
|
624
|
+
rules?: undefined;
|
625
|
+
} | {
|
626
|
+
files: string[];
|
627
|
+
languageOptions: {
|
628
|
+
parser: typeof import("jsonc-eslint-parser");
|
629
|
+
};
|
630
|
+
rules: {
|
631
|
+
strict: "off";
|
632
|
+
"no-unused-expressions": "off";
|
633
|
+
"no-unused-vars": "off";
|
634
|
+
};
|
635
|
+
plugins?: undefined;
|
636
|
+
})[];
|
637
|
+
"flat/recommended-with-json": ({
|
638
|
+
plugins: {
|
639
|
+
readonly jsonc: import("eslint").ESLint.Plugin;
|
640
|
+
};
|
641
|
+
files?: undefined;
|
642
|
+
languageOptions?: undefined;
|
643
|
+
rules?: undefined;
|
644
|
+
} | {
|
645
|
+
files: string[];
|
646
|
+
languageOptions: {
|
647
|
+
parser: typeof import("jsonc-eslint-parser");
|
648
|
+
};
|
649
|
+
rules: {
|
650
|
+
strict: "off";
|
651
|
+
"no-unused-expressions": "off";
|
652
|
+
"no-unused-vars": "off";
|
653
|
+
};
|
654
|
+
plugins?: undefined;
|
655
|
+
} | {
|
656
|
+
rules: {
|
657
|
+
"jsonc/comma-dangle": "error";
|
658
|
+
"jsonc/no-bigint-literals": "error";
|
659
|
+
"jsonc/no-binary-expression": "error";
|
660
|
+
"jsonc/no-binary-numeric-literals": "error";
|
661
|
+
"jsonc/no-comments": "error";
|
662
|
+
"jsonc/no-dupe-keys": "error";
|
663
|
+
"jsonc/no-escape-sequence-in-identifier": "error";
|
664
|
+
"jsonc/no-floating-decimal": "error";
|
665
|
+
"jsonc/no-hexadecimal-numeric-literals": "error";
|
666
|
+
"jsonc/no-infinity": "error";
|
667
|
+
"jsonc/no-multi-str": "error";
|
668
|
+
"jsonc/no-nan": "error";
|
669
|
+
"jsonc/no-number-props": "error";
|
670
|
+
"jsonc/no-numeric-separators": "error";
|
671
|
+
"jsonc/no-octal-numeric-literals": "error";
|
672
|
+
"jsonc/no-octal": "error";
|
673
|
+
"jsonc/no-parenthesized": "error";
|
674
|
+
"jsonc/no-plus-sign": "error";
|
675
|
+
"jsonc/no-regexp-literals": "error";
|
676
|
+
"jsonc/no-sparse-arrays": "error";
|
677
|
+
"jsonc/no-template-literals": "error";
|
678
|
+
"jsonc/no-undefined-value": "error";
|
679
|
+
"jsonc/no-unicode-codepoint-escapes": "error";
|
680
|
+
"jsonc/no-useless-escape": "error";
|
681
|
+
"jsonc/quote-props": "error";
|
682
|
+
"jsonc/quotes": "error";
|
683
|
+
"jsonc/space-unary-ops": "error";
|
684
|
+
"jsonc/valid-json-number": "error";
|
685
|
+
"jsonc/vue-custom-block/no-parsing-error": "error";
|
686
|
+
};
|
687
|
+
})[];
|
688
|
+
"flat/recommended-with-jsonc": ({
|
689
|
+
plugins: {
|
690
|
+
readonly jsonc: import("eslint").ESLint.Plugin;
|
691
|
+
};
|
692
|
+
files?: undefined;
|
693
|
+
languageOptions?: undefined;
|
694
|
+
rules?: undefined;
|
695
|
+
} | {
|
696
|
+
files: string[];
|
697
|
+
languageOptions: {
|
698
|
+
parser: typeof import("jsonc-eslint-parser");
|
699
|
+
};
|
700
|
+
rules: {
|
701
|
+
strict: "off";
|
702
|
+
"no-unused-expressions": "off";
|
703
|
+
"no-unused-vars": "off";
|
704
|
+
};
|
705
|
+
plugins?: undefined;
|
706
|
+
} | {
|
707
|
+
rules: {
|
708
|
+
"jsonc/no-bigint-literals": "error";
|
709
|
+
"jsonc/no-binary-expression": "error";
|
710
|
+
"jsonc/no-binary-numeric-literals": "error";
|
711
|
+
"jsonc/no-dupe-keys": "error";
|
712
|
+
"jsonc/no-escape-sequence-in-identifier": "error";
|
713
|
+
"jsonc/no-floating-decimal": "error";
|
714
|
+
"jsonc/no-hexadecimal-numeric-literals": "error";
|
715
|
+
"jsonc/no-infinity": "error";
|
716
|
+
"jsonc/no-multi-str": "error";
|
717
|
+
"jsonc/no-nan": "error";
|
718
|
+
"jsonc/no-number-props": "error";
|
719
|
+
"jsonc/no-numeric-separators": "error";
|
720
|
+
"jsonc/no-octal-numeric-literals": "error";
|
721
|
+
"jsonc/no-octal": "error";
|
722
|
+
"jsonc/no-parenthesized": "error";
|
723
|
+
"jsonc/no-plus-sign": "error";
|
724
|
+
"jsonc/no-regexp-literals": "error";
|
725
|
+
"jsonc/no-sparse-arrays": "error";
|
726
|
+
"jsonc/no-template-literals": "error";
|
727
|
+
"jsonc/no-undefined-value": "error";
|
728
|
+
"jsonc/no-unicode-codepoint-escapes": "error";
|
729
|
+
"jsonc/no-useless-escape": "error";
|
730
|
+
"jsonc/quote-props": "error";
|
731
|
+
"jsonc/quotes": "error";
|
732
|
+
"jsonc/space-unary-ops": "error";
|
733
|
+
"jsonc/valid-json-number": "error";
|
734
|
+
"jsonc/vue-custom-block/no-parsing-error": "error";
|
735
|
+
};
|
736
|
+
})[];
|
737
|
+
"flat/recommended-with-json5": ({
|
738
|
+
plugins: {
|
739
|
+
readonly jsonc: import("eslint").ESLint.Plugin;
|
740
|
+
};
|
741
|
+
files?: undefined;
|
742
|
+
languageOptions?: undefined;
|
743
|
+
rules?: undefined;
|
744
|
+
} | {
|
745
|
+
files: string[];
|
746
|
+
languageOptions: {
|
747
|
+
parser: typeof import("jsonc-eslint-parser");
|
748
|
+
};
|
749
|
+
rules: {
|
750
|
+
strict: "off";
|
751
|
+
"no-unused-expressions": "off";
|
752
|
+
"no-unused-vars": "off";
|
753
|
+
};
|
754
|
+
plugins?: undefined;
|
755
|
+
} | {
|
756
|
+
rules: {
|
757
|
+
"jsonc/no-bigint-literals": "error";
|
758
|
+
"jsonc/no-binary-expression": "error";
|
759
|
+
"jsonc/no-binary-numeric-literals": "error";
|
760
|
+
"jsonc/no-dupe-keys": "error";
|
761
|
+
"jsonc/no-escape-sequence-in-identifier": "error";
|
762
|
+
"jsonc/no-number-props": "error";
|
763
|
+
"jsonc/no-numeric-separators": "error";
|
764
|
+
"jsonc/no-octal-numeric-literals": "error";
|
765
|
+
"jsonc/no-octal": "error";
|
766
|
+
"jsonc/no-parenthesized": "error";
|
767
|
+
"jsonc/no-regexp-literals": "error";
|
768
|
+
"jsonc/no-sparse-arrays": "error";
|
769
|
+
"jsonc/no-template-literals": "error";
|
770
|
+
"jsonc/no-undefined-value": "error";
|
771
|
+
"jsonc/no-unicode-codepoint-escapes": "error";
|
772
|
+
"jsonc/no-useless-escape": "error";
|
773
|
+
"jsonc/space-unary-ops": "error";
|
774
|
+
"jsonc/vue-custom-block/no-parsing-error": "error";
|
775
|
+
};
|
776
|
+
})[];
|
777
|
+
"flat/prettier": ({
|
778
|
+
plugins: {
|
779
|
+
readonly jsonc: import("eslint").ESLint.Plugin;
|
780
|
+
};
|
781
|
+
files?: undefined;
|
782
|
+
languageOptions?: undefined;
|
783
|
+
rules?: undefined;
|
784
|
+
} | {
|
785
|
+
files: string[];
|
786
|
+
languageOptions: {
|
787
|
+
parser: typeof import("jsonc-eslint-parser");
|
788
|
+
};
|
789
|
+
rules: {
|
790
|
+
strict: "off";
|
791
|
+
"no-unused-expressions": "off";
|
792
|
+
"no-unused-vars": "off";
|
793
|
+
};
|
794
|
+
plugins?: undefined;
|
795
|
+
} | {
|
796
|
+
rules: {
|
797
|
+
"jsonc/array-bracket-newline": "off";
|
798
|
+
"jsonc/array-bracket-spacing": "off";
|
799
|
+
"jsonc/array-element-newline": "off";
|
800
|
+
"jsonc/comma-dangle": "off";
|
801
|
+
"jsonc/comma-style": "off";
|
802
|
+
"jsonc/indent": "off";
|
803
|
+
"jsonc/key-spacing": "off";
|
804
|
+
"jsonc/no-floating-decimal": "off";
|
805
|
+
"jsonc/object-curly-newline": "off";
|
806
|
+
"jsonc/object-curly-spacing": "off";
|
807
|
+
"jsonc/object-property-newline": "off";
|
808
|
+
"jsonc/quote-props": "off";
|
809
|
+
"jsonc/quotes": "off";
|
810
|
+
"jsonc/space-unary-ops": "off";
|
811
|
+
};
|
812
|
+
})[];
|
813
|
+
"flat/all": ({
|
814
|
+
plugins: {
|
815
|
+
readonly jsonc: import("eslint").ESLint.Plugin;
|
816
|
+
};
|
817
|
+
files?: undefined;
|
818
|
+
languageOptions?: undefined;
|
819
|
+
rules?: undefined;
|
820
|
+
} | {
|
821
|
+
files: string[];
|
822
|
+
languageOptions: {
|
823
|
+
parser: typeof import("jsonc-eslint-parser");
|
824
|
+
};
|
825
|
+
rules: {
|
826
|
+
strict: "off";
|
827
|
+
"no-unused-expressions": "off";
|
828
|
+
"no-unused-vars": "off";
|
829
|
+
};
|
830
|
+
plugins?: undefined;
|
831
|
+
} | {
|
832
|
+
rules: {
|
833
|
+
[x: string]: import("eslint").Linter.RuleEntry<any[]>;
|
834
|
+
};
|
835
|
+
})[];
|
836
|
+
};
|
837
|
+
rules: {
|
838
|
+
[key: string]: import("eslint-plugin-jsonc/types").RuleModule;
|
839
|
+
};
|
840
|
+
parseForESLint: typeof import("eslint-plugin-jsonc").parseForESLint;
|
841
|
+
parseJSON: typeof import("jsonc-eslint-parser").parseJSON;
|
842
|
+
traverseNodes: typeof import("eslint-plugin-jsonc").traverseNodes;
|
843
|
+
getStaticJSONValue: typeof import("eslint-plugin-jsonc").getStaticJSONValue;
|
844
|
+
};
|
845
|
+
};
|
846
|
+
yml: {
|
847
|
+
yml: {
|
848
|
+
meta: typeof import("eslint-plugin-yml/lib/meta.js");
|
849
|
+
configs: {
|
850
|
+
base: {
|
851
|
+
plugins: string[];
|
852
|
+
overrides: {
|
853
|
+
files: string[];
|
854
|
+
parser: string;
|
855
|
+
rules: {
|
856
|
+
"no-irregular-whitespace": string;
|
857
|
+
"no-unused-vars": string;
|
858
|
+
"spaced-comment": string;
|
859
|
+
};
|
860
|
+
}[];
|
861
|
+
};
|
862
|
+
recommended: {
|
863
|
+
extends: string[];
|
864
|
+
rules: {
|
865
|
+
"yml/no-empty-document": string;
|
866
|
+
"yml/no-empty-key": string;
|
867
|
+
"yml/no-empty-mapping-value": string;
|
868
|
+
"yml/no-empty-sequence-entry": string;
|
869
|
+
"yml/no-irregular-whitespace": string;
|
870
|
+
"yml/no-tab-indent": string;
|
871
|
+
"yml/vue-custom-block/no-parsing-error": string;
|
872
|
+
};
|
873
|
+
};
|
874
|
+
standard: {
|
875
|
+
extends: string[];
|
876
|
+
rules: {
|
877
|
+
"yml/block-mapping-question-indicator-newline": string;
|
878
|
+
"yml/block-mapping": string;
|
879
|
+
"yml/block-sequence-hyphen-indicator-newline": string;
|
880
|
+
"yml/block-sequence": string;
|
881
|
+
"yml/flow-mapping-curly-newline": string;
|
882
|
+
"yml/flow-mapping-curly-spacing": string;
|
883
|
+
"yml/flow-sequence-bracket-newline": string;
|
884
|
+
"yml/flow-sequence-bracket-spacing": string;
|
885
|
+
"yml/indent": string;
|
886
|
+
"yml/key-spacing": string;
|
887
|
+
"yml/no-empty-document": string;
|
888
|
+
"yml/no-empty-key": string;
|
889
|
+
"yml/no-empty-mapping-value": string;
|
890
|
+
"yml/no-empty-sequence-entry": string;
|
891
|
+
"yml/no-irregular-whitespace": string;
|
892
|
+
"yml/no-tab-indent": string;
|
893
|
+
"yml/plain-scalar": string;
|
894
|
+
"yml/quotes": string;
|
895
|
+
"yml/spaced-comment": string;
|
896
|
+
"yml/vue-custom-block/no-parsing-error": string;
|
897
|
+
};
|
898
|
+
};
|
899
|
+
prettier: {
|
900
|
+
extends: string[];
|
901
|
+
rules: {
|
902
|
+
"yml/block-mapping-colon-indicator-newline": string;
|
903
|
+
"yml/block-mapping-question-indicator-newline": string;
|
904
|
+
"yml/block-sequence-hyphen-indicator-newline": string;
|
905
|
+
"yml/flow-mapping-curly-newline": string;
|
906
|
+
"yml/flow-mapping-curly-spacing": string;
|
907
|
+
"yml/flow-sequence-bracket-newline": string;
|
908
|
+
"yml/flow-sequence-bracket-spacing": string;
|
909
|
+
"yml/indent": string;
|
910
|
+
"yml/key-spacing": string;
|
911
|
+
"yml/no-multiple-empty-lines": string;
|
912
|
+
"yml/no-trailing-zeros": string;
|
913
|
+
"yml/quotes": string;
|
914
|
+
};
|
915
|
+
};
|
916
|
+
"flat/base": ({
|
917
|
+
plugins: {
|
918
|
+
readonly yml: import("eslint").ESLint.Plugin;
|
919
|
+
};
|
920
|
+
files?: undefined;
|
921
|
+
languageOptions?: undefined;
|
922
|
+
rules?: undefined;
|
923
|
+
} | {
|
924
|
+
files: string[];
|
925
|
+
languageOptions: {
|
926
|
+
parser: typeof import("yaml-eslint-parser");
|
927
|
+
};
|
928
|
+
rules: {
|
929
|
+
"no-irregular-whitespace": "off";
|
930
|
+
"no-unused-vars": "off";
|
931
|
+
"spaced-comment": "off";
|
932
|
+
};
|
933
|
+
plugins?: undefined;
|
934
|
+
})[];
|
935
|
+
"flat/recommended": ({
|
936
|
+
plugins: {
|
937
|
+
readonly yml: import("eslint").ESLint.Plugin;
|
938
|
+
};
|
939
|
+
files?: undefined;
|
940
|
+
languageOptions?: undefined;
|
941
|
+
rules?: undefined;
|
942
|
+
} | {
|
943
|
+
files: string[];
|
944
|
+
languageOptions: {
|
945
|
+
parser: typeof import("yaml-eslint-parser");
|
946
|
+
};
|
947
|
+
rules: {
|
948
|
+
"no-irregular-whitespace": "off";
|
949
|
+
"no-unused-vars": "off";
|
950
|
+
"spaced-comment": "off";
|
951
|
+
};
|
952
|
+
plugins?: undefined;
|
953
|
+
} | {
|
954
|
+
rules: {
|
955
|
+
"yml/no-empty-document": "error";
|
956
|
+
"yml/no-empty-key": "error";
|
957
|
+
"yml/no-empty-mapping-value": "error";
|
958
|
+
"yml/no-empty-sequence-entry": "error";
|
959
|
+
"yml/no-irregular-whitespace": "error";
|
960
|
+
"yml/no-tab-indent": "error";
|
961
|
+
"yml/vue-custom-block/no-parsing-error": "error";
|
962
|
+
};
|
963
|
+
})[];
|
964
|
+
"flat/standard": ({
|
965
|
+
plugins: {
|
966
|
+
readonly yml: import("eslint").ESLint.Plugin;
|
967
|
+
};
|
968
|
+
files?: undefined;
|
969
|
+
languageOptions?: undefined;
|
970
|
+
rules?: undefined;
|
971
|
+
} | {
|
972
|
+
files: string[];
|
973
|
+
languageOptions: {
|
974
|
+
parser: typeof import("yaml-eslint-parser");
|
975
|
+
};
|
976
|
+
rules: {
|
977
|
+
"no-irregular-whitespace": "off";
|
978
|
+
"no-unused-vars": "off";
|
979
|
+
"spaced-comment": "off";
|
980
|
+
};
|
981
|
+
plugins?: undefined;
|
982
|
+
} | {
|
983
|
+
rules: {
|
984
|
+
"yml/block-mapping-question-indicator-newline": "error";
|
985
|
+
"yml/block-mapping": "error";
|
986
|
+
"yml/block-sequence-hyphen-indicator-newline": "error";
|
987
|
+
"yml/block-sequence": "error";
|
988
|
+
"yml/flow-mapping-curly-newline": "error";
|
989
|
+
"yml/flow-mapping-curly-spacing": "error";
|
990
|
+
"yml/flow-sequence-bracket-newline": "error";
|
991
|
+
"yml/flow-sequence-bracket-spacing": "error";
|
992
|
+
"yml/indent": "error";
|
993
|
+
"yml/key-spacing": "error";
|
994
|
+
"yml/no-empty-document": "error";
|
995
|
+
"yml/no-empty-key": "error";
|
996
|
+
"yml/no-empty-mapping-value": "error";
|
997
|
+
"yml/no-empty-sequence-entry": "error";
|
998
|
+
"yml/no-irregular-whitespace": "error";
|
999
|
+
"yml/no-tab-indent": "error";
|
1000
|
+
"yml/plain-scalar": "error";
|
1001
|
+
"yml/quotes": "error";
|
1002
|
+
"yml/spaced-comment": "error";
|
1003
|
+
"yml/vue-custom-block/no-parsing-error": "error";
|
1004
|
+
};
|
1005
|
+
})[];
|
1006
|
+
"flat/prettier": ({
|
1007
|
+
plugins: {
|
1008
|
+
readonly yml: import("eslint").ESLint.Plugin;
|
1009
|
+
};
|
1010
|
+
files?: undefined;
|
1011
|
+
languageOptions?: undefined;
|
1012
|
+
rules?: undefined;
|
1013
|
+
} | {
|
1014
|
+
files: string[];
|
1015
|
+
languageOptions: {
|
1016
|
+
parser: typeof import("yaml-eslint-parser");
|
1017
|
+
};
|
1018
|
+
rules: {
|
1019
|
+
"no-irregular-whitespace": "off";
|
1020
|
+
"no-unused-vars": "off";
|
1021
|
+
"spaced-comment": "off";
|
1022
|
+
};
|
1023
|
+
plugins?: undefined;
|
1024
|
+
} | {
|
1025
|
+
rules: {
|
1026
|
+
"yml/block-mapping-colon-indicator-newline": "off";
|
1027
|
+
"yml/block-mapping-question-indicator-newline": "off";
|
1028
|
+
"yml/block-sequence-hyphen-indicator-newline": "off";
|
1029
|
+
"yml/flow-mapping-curly-newline": "off";
|
1030
|
+
"yml/flow-mapping-curly-spacing": "off";
|
1031
|
+
"yml/flow-sequence-bracket-newline": "off";
|
1032
|
+
"yml/flow-sequence-bracket-spacing": "off";
|
1033
|
+
"yml/indent": "off";
|
1034
|
+
"yml/key-spacing": "off";
|
1035
|
+
"yml/no-multiple-empty-lines": "off";
|
1036
|
+
"yml/no-trailing-zeros": "off";
|
1037
|
+
"yml/quotes": "off";
|
1038
|
+
};
|
1039
|
+
})[];
|
1040
|
+
};
|
1041
|
+
rules: {
|
1042
|
+
[key: string]: import("eslint-plugin-yml/lib/types.js").RuleModule;
|
1043
|
+
};
|
1044
|
+
};
|
1045
|
+
};
|
1046
|
+
};
|
1047
|
+
export default Plugins;
|
1048
|
+
//# sourceMappingURL=plugins.d.ts.map
|