Skip to content

Commit aa39974

Browse files
committed
ci: api docs fix
1 parent 5592934 commit aa39974

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default defineConfig(
1515
{
1616
files: ['**/*.ts', '**/*.js', '**/*.cjs'],
1717
plugins: {
18+
// @ts-ignore
1819
'@typescript-eslint': typescriptEslintPlugin,
1920
'@import': importPlugin,
2021
'@jsdoc': jsdocPlugin,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"prepublishOnly": "npm run build",
9999
"prepare": "husky",
100100
"release": "git diff --exit-code && commit-and-tag-version && git push --follow-tags origin",
101-
"docs": "typedoc",
101+
"docs": "typedoc --tsconfig ./tsconfig.lib.json",
102102
"prepack": "clean-package",
103103
"postpack": "clean-package restore"
104104
},

src/plugins/border.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface BorderPluginOptions {
3838
}
3939
}
4040
/**
41-
* A string of embedded CSS @font-face rules
41+
* A string of embedded CSS \@font-face rules
4242
*
4343
* @deprecated Use @liquid-js/qr-code-styling/font-faces-plugin
4444
*/

src/plugins/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export { type DrawArgs } from '../types/helper.js'
1+
export { type DrawArgs, type RotateFigureArgs, type BasicFigureDrawArgs } from '../types/helper.js'
22
export * from '../utils/svg.js'

0 commit comments

Comments
 (0)