- Linting (ESLint): Add rules to check for file-level tags

This commit is contained in:
Brett Zamir
2020-01-01 01:15:16 +08:00
parent 63ba8f39a1
commit cc6937ce96
13 changed files with 49 additions and 9 deletions

2
dist/index-es.js vendored
View File

@@ -9375,6 +9375,8 @@ var injectExtendedContextMenuItemsIntoDom = function injectExtendedContextMenuIt
});
};
/* eslint-disable jsdoc/require-file-overview */
/**
* Adapted from {@link https://github.com/uupaa/dynamic-import-polyfill/blob/master/importModule.js}.
* @module importModule

File diff suppressed because one or more lines are too long

2
dist/index-umd.js vendored
View File

@@ -9381,6 +9381,8 @@
});
};
/* eslint-disable jsdoc/require-file-overview */
/**
* Adapted from {@link https://github.com/uupaa/dynamic-import-polyfill/blob/master/importModule.js}.
* @module importModule

File diff suppressed because one or more lines are too long

View File

@@ -11280,6 +11280,8 @@ var SvgCanvas = (function () {
}
};
/* eslint-disable jsdoc/require-file-overview */
/**
* Adapted from {@link https://github.com/uupaa/dynamic-import-polyfill/blob/master/importModule.js}.
* @module importModule

File diff suppressed because one or more lines are too long