Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
26
Frontend-Learner/node_modules/eslint-plugin-jsdoc/dist/rules/requireJsdoc.d.ts
generated
vendored
Normal file
26
Frontend-Learner/node_modules/eslint-plugin-jsdoc/dist/rules/requireJsdoc.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
declare const _default: {
|
||||
create(context: import("eslint").Rule.RuleContext): {};
|
||||
meta: {
|
||||
docs: {
|
||||
category: string;
|
||||
description: string;
|
||||
recommended: boolean;
|
||||
url: string;
|
||||
};
|
||||
fixable: "code";
|
||||
messages: {
|
||||
missingJsDoc: string;
|
||||
};
|
||||
schema: import("json-schema").JSONSchema4[];
|
||||
type: "suggestion";
|
||||
};
|
||||
};
|
||||
export default _default;
|
||||
export type RequireJsdocOpts = {
|
||||
ancestorsOnly: boolean;
|
||||
esm: boolean;
|
||||
initModuleExports: boolean;
|
||||
initWindow: boolean;
|
||||
};
|
||||
export type ESLintOrTSNode = import("eslint").Rule.Node | import("@typescript-eslint/types").TSESTree.Node;
|
||||
//# sourceMappingURL=requireJsdoc.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue