Skip to content

Commit 37f4ee4

Browse files
authored
Merge pull request #80 from oasisprotocol/lw/jsdoc-types
Fix outdated jsdoc types
2 parents 2142720 + 22c5e92 commit 37f4ee4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.prettierrc.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @ts-check
22

3-
/** @type { import("prettier").ConfigType } */
3+
/** @type { import("prettier").Config } */
44
module.exports = {
55
printWidth: 110,
66
tabWidth: 2,

eslint.config.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import reactHooks from 'eslint-plugin-react-hooks'
66
import reactRefresh from 'eslint-plugin-react-refresh'
77
import tseslint from 'typescript-eslint'
88

9-
/** @type { import("eslint").ConfigType } */
109
export default tseslint.config(
1110
{ ignores: ['dist'] },
1211
{

0 commit comments

Comments
 (0)