@naturalcycles/dev-lib 13.28.3 → 13.29.0
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 -0
- package/package.json +2 -2
package/cfg/eslint-rules.js
CHANGED
|
@@ -168,6 +168,7 @@ module.exports = {
|
|
|
168
168
|
],
|
|
169
169
|
'id-match': 2,
|
|
170
170
|
'import/order': 2,
|
|
171
|
+
'import/no-anonymous-default-export': 2,
|
|
171
172
|
// 'import/namespace': 0, // issues with e.g globby
|
|
172
173
|
// 'import/no-unresolved': 0, // breaks for type-aliases, e.g '@/store'
|
|
173
174
|
// 'import/no-duplicates': 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@naturalcycles/dev-lib",
|
|
3
|
-
"version": "13.
|
|
3
|
+
"version": "13.29.0",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"prepare": "husky install",
|
|
6
6
|
"tsn-debug": "tsn testScript.ts",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"devDependencies": {
|
|
61
61
|
"jest": "^29.0.0",
|
|
62
62
|
"stylelint": "^15.0.0",
|
|
63
|
-
"stylelint-config-standard-scss": "^
|
|
63
|
+
"stylelint-config-standard-scss": "^10.0.0"
|
|
64
64
|
},
|
|
65
65
|
"files": [
|
|
66
66
|
"dist",
|