Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
72
Frontend-Learner/node_modules/eslint-plugin-jsdoc/dist/index-esm.d.ts
generated
vendored
Normal file
72
Frontend-Learner/node_modules/eslint-plugin-jsdoc/dist/index-esm.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,72 @@
|
|||
export default index;
|
||||
/**
|
||||
* @type {((
|
||||
* cfg?: import('eslint').Linter.Config & {
|
||||
* config?: `flat/${import('./index-cjs.js').ConfigGroups}${import('./index-cjs.js').ConfigVariants}${import('./index-cjs.js').ErrorLevelVariants}`,
|
||||
* mergeSettings?: boolean,
|
||||
* settings?: Partial<import('./iterateJsdoc.js').Settings>,
|
||||
* rules?: {[key in keyof import('./rules.d.ts').Rules]?: import('eslint').Linter.RuleEntry<import('./rules.d.ts').Rules[key]>},
|
||||
* extraRuleDefinitions?: {
|
||||
* forbid?: {
|
||||
* [contextName: string]: {
|
||||
* description?: string,
|
||||
* url?: string,
|
||||
* contexts: (string|{
|
||||
* message: string,
|
||||
* context: string,
|
||||
* comment: string
|
||||
* })[]
|
||||
* }
|
||||
* },
|
||||
* preferTypes?: {
|
||||
* [typeName: string]: {
|
||||
* description: string,
|
||||
* overrideSettings: {
|
||||
* [typeNodeName: string]: {
|
||||
* message: string,
|
||||
* replacement?: false|string,
|
||||
* unifyParentAndChildTypeChecks?: boolean,
|
||||
* }
|
||||
* },
|
||||
* url: string,
|
||||
* }
|
||||
* }
|
||||
* }
|
||||
* }
|
||||
* ) => import('eslint').Linter.Config)}
|
||||
*/
|
||||
export const jsdoc: ((cfg?: import("eslint").Linter.Config & {
|
||||
config?: `flat/${import("./index-cjs.js").ConfigGroups}${import("./index-cjs.js").ConfigVariants}${import("./index-cjs.js").ErrorLevelVariants}`;
|
||||
mergeSettings?: boolean;
|
||||
settings?: Partial<import("./iterateJsdoc.js").Settings>;
|
||||
rules?: { [key in keyof import("./rules.d.ts").Rules]?: import("eslint").Linter.RuleEntry<import("./rules.d.ts").Rules[key]>; };
|
||||
extraRuleDefinitions?: {
|
||||
forbid?: {
|
||||
[contextName: string]: {
|
||||
description?: string;
|
||||
url?: string;
|
||||
contexts: (string | {
|
||||
message: string;
|
||||
context: string;
|
||||
comment: string;
|
||||
})[];
|
||||
};
|
||||
};
|
||||
preferTypes?: {
|
||||
[typeName: string]: {
|
||||
description: string;
|
||||
overrideSettings: {
|
||||
[typeNodeName: string]: {
|
||||
message: string;
|
||||
replacement?: false | string;
|
||||
unifyParentAndChildTypeChecks?: boolean;
|
||||
};
|
||||
};
|
||||
url: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
}) => import("eslint").Linter.Config);
|
||||
export { getJsdocProcessorPlugin } from "./getJsdocProcessorPlugin.js";
|
||||
import index from './index-cjs.js';
|
||||
//# sourceMappingURL=index-esm.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue