Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
24
Frontend-Learner/node_modules/eslint-plugin-jsdoc/dist/index-cjs.d.ts
generated
vendored
Normal file
24
Frontend-Learner/node_modules/eslint-plugin-jsdoc/dist/index-cjs.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
export default index;
|
||||
export type ConfigGroups = "recommended" | "stylistic" | "contents" | "logical" | "requirements";
|
||||
export type ConfigVariants = "" | "-typescript" | "-typescript-flavor";
|
||||
export type ErrorLevelVariants = "" | "-error";
|
||||
/**
|
||||
* @typedef {"recommended" | "stylistic" | "contents" | "logical" | "requirements"} ConfigGroups
|
||||
* @typedef {"" | "-typescript" | "-typescript-flavor"} ConfigVariants
|
||||
* @typedef {"" | "-error"} ErrorLevelVariants
|
||||
* @type {import('eslint').ESLint.Plugin & {
|
||||
* configs: Record<
|
||||
* `flat/${ConfigGroups}${ConfigVariants}${ErrorLevelVariants}`,
|
||||
* import('eslint').Linter.Config
|
||||
* > &
|
||||
* Record<
|
||||
* "examples"|"default-expressions"|"examples-and-default-expressions",
|
||||
* import('eslint').Linter.Config[]
|
||||
* > &
|
||||
* Record<"flat/recommended-mixed", import('eslint').Linter.Config[]>
|
||||
* }}
|
||||
*/
|
||||
declare const index: import("eslint").ESLint.Plugin & {
|
||||
configs: Record<`flat/${ConfigGroups}${ConfigVariants}${ErrorLevelVariants}`, import("eslint").Linter.Config> & Record<"examples" | "default-expressions" | "examples-and-default-expressions", import("eslint").Linter.Config[]> & Record<"flat/recommended-mixed", import("eslint").Linter.Config[]>;
|
||||
};
|
||||
//# sourceMappingURL=index-cjs.d.ts.map
|
||||
Loading…
Add table
Add a link
Reference in a new issue