@naturalcycles/dev-lib 13.25.3 → 13.25.5
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.
- package/cfg/eslint-rules.js +1 -1
- package/package.json +3 -2
package/cfg/eslint-rules.js
CHANGED
|
@@ -173,7 +173,7 @@ module.exports = {
|
|
|
173
173
|
// 'import/no-duplicates': 0,
|
|
174
174
|
'jsdoc/check-alignment': 2,
|
|
175
175
|
// "jsdoc/check-indentation": "error",
|
|
176
|
-
'jsdoc/newline-after-description': 2,
|
|
176
|
+
// 'jsdoc/newline-after-description': 2,
|
|
177
177
|
'no-array-constructor': 'off',
|
|
178
178
|
'no-async-promise-executor': 2,
|
|
179
179
|
'no-bitwise': 2,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@naturalcycles/dev-lib",
|
|
3
|
-
"version": "13.25.
|
|
3
|
+
"version": "13.25.5",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"prepare": "husky install",
|
|
6
6
|
"tsn-debug": "tsn testScript.ts",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"eslint-config-prettier": "^8.3.0",
|
|
45
45
|
"eslint-plugin-import": "^2.22.1",
|
|
46
46
|
"eslint-plugin-jest": "^27.0.1",
|
|
47
|
-
"eslint-plugin-jsdoc": "^
|
|
47
|
+
"eslint-plugin-jsdoc": "^43.0.7",
|
|
48
48
|
"eslint-plugin-unicorn": "^46.0.0",
|
|
49
49
|
"eslint-plugin-unused-imports": "^2.0.0",
|
|
50
50
|
"eslint-plugin-vue": "^9.0.0",
|
|
@@ -103,6 +103,7 @@
|
|
|
103
103
|
"node": ">=18.12.0"
|
|
104
104
|
},
|
|
105
105
|
"publishConfig": {
|
|
106
|
+
"provenance": true,
|
|
106
107
|
"access": "public"
|
|
107
108
|
},
|
|
108
109
|
"repository": {
|