Website Structure
This commit is contained in:
parent
62812f2090
commit
71f0676a62
22365 changed files with 4265753 additions and 791 deletions
16
Frontend-Learner/node_modules/eslint-plugin-jsdoc/dist/cjs/WarnSettings.d.ts
generated
vendored
Normal file
16
Frontend-Learner/node_modules/eslint-plugin-jsdoc/dist/cjs/WarnSettings.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
export default WarnSettings;
|
||||
declare function WarnSettings(): {
|
||||
/**
|
||||
* Warn only once for each context and setting
|
||||
* @param {import('eslint').Rule.RuleContext} context
|
||||
* @param {string} setting
|
||||
* @returns {boolean}
|
||||
*/
|
||||
hasBeenWarned(context: import("eslint").Rule.RuleContext, setting: string): boolean;
|
||||
/**
|
||||
* @param {import('eslint').Rule.RuleContext} context
|
||||
* @param {string} setting
|
||||
* @returns {void}
|
||||
*/
|
||||
markSettingAsWarned(context: import("eslint").Rule.RuleContext, setting: string): void;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue