create-template-project 1.5.10 → 1.5.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -159,6 +159,10 @@ export const linter = defineConfig({
159
159
  'jest/valid-describe-callback': 'off',
160
160
  'jest/valid-expect': 'off',
161
161
  'jest/valid-title': 'off',
162
+ 'jsdoc/require-param': 'error',
163
+ 'jsdoc/require-param-type': 'off',
164
+ 'jsdoc/require-returns': 'warn',
165
+ 'jsdoc/require-returns-type': 'off',
162
166
  'oxc/no-async-await': 'off',
163
167
  'oxc/no-map-spread': 'off', // TODO: consider enabling
164
168
  'oxc/no-optional-chaining': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-template-project",
3
- "version": "1.5.10",
3
+ "version": "1.5.11",
4
4
  "private": false,
5
5
  "description": "An ultra-modular, type-safe Node.js CLI tool used to scaffold new project templates (CLI, Webpage, Webapp, Fullstack) with best-practice configurations pre-installed.",
6
6
  "keywords": [