@daiyam/artifact-lang-ts 0.6.4 → 0.7.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/configs/.xo-config.json
CHANGED
|
@@ -66,6 +66,14 @@
|
|
|
66
66
|
],
|
|
67
67
|
"@typescript-eslint/no-confusing-void-expression": "off",
|
|
68
68
|
"@typescript-eslint/no-dynamic-delete": "off",
|
|
69
|
+
"@typescript-eslint/no-empty-function": [
|
|
70
|
+
"error",
|
|
71
|
+
{
|
|
72
|
+
"allow": [
|
|
73
|
+
"arrowFunctions"
|
|
74
|
+
]
|
|
75
|
+
}
|
|
76
|
+
],
|
|
69
77
|
"@typescript-eslint/no-inferrable-types": "off",
|
|
70
78
|
"@typescript-eslint/no-namespace": "off",
|
|
71
79
|
"@typescript-eslint/object-curly-spacing": [
|
|
@@ -117,6 +125,7 @@
|
|
|
117
125
|
"no-lonely-if": "off",
|
|
118
126
|
"no-negated-condition": "off",
|
|
119
127
|
"object-curly-newline": "off",
|
|
128
|
+
"object-shorthand": "off",
|
|
120
129
|
"one-var": [
|
|
121
130
|
"error",
|
|
122
131
|
"never"
|
package/configs/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@daiyam/artifact-lang-ts",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.7.0",
|
|
4
4
|
"description": "The configuration for my typescript projects",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Baptiste Augrain",
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"project-template",
|
|
32
32
|
"scaffold"
|
|
33
33
|
],
|
|
34
|
-
"gitHead": "
|
|
34
|
+
"gitHead": "0ca975f24ab580f624d50e16041de3e48014f5cf"
|
|
35
35
|
}
|