Skip to content

Commit

Permalink
Update MIGRATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored Nov 14, 2024
1 parent 85683ee commit f7a0b14
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,17 @@ The steps are valid for classic javascript and typescritp repositories. If you a
'*.config.mjs',
'build',
'admin/build',
'admin/words.js'
'admin/words.js',
'admin/admin.d.ts',
'**/adapter-config.d.ts'
]
},
{
// you may disable some 'jsdoc' rules - but using jsdoc is highly recommended
// you may disable some 'jsdoc' warnings - but using jsdoc is highly recommended
// as this improves maintainability. jsdoc warnings will not block buiuld process.
rules: {
// 'jsdoc/require-jsdoc': 'off',
// 'jsdoc/require-param': 'off',
// 'jsdoc/require-param-description': 'off',
// 'jsdoc/require-returns-description': 'off',
},
},
Expand Down

0 comments on commit f7a0b14

Please sign in to comment.