Use lib type in a JavaScript file/context
/** @type {import('libname')} */
// Example
/** @type {import('eslint').Linter.FlatConfig[]} */
export default []
Jul 19, 2023
Use lib type in a JavaScript file/context
/** @type {import('libname')} */
// Example
/** @type {import('eslint').Linter.FlatConfig[]} */
export default []