@kikiutils/eslint-config 0.7.1 → 0.7.2
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/dist/index.mjs +8 -2
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -102,11 +102,17 @@ function createConfig(environment = 'node', options) {
|
|
|
102
102
|
],
|
|
103
103
|
'style/array-bracket-newline': [
|
|
104
104
|
'error',
|
|
105
|
-
{
|
|
105
|
+
{
|
|
106
|
+
minItems: 2,
|
|
107
|
+
multiline: true,
|
|
108
|
+
},
|
|
106
109
|
],
|
|
107
110
|
'style/array-element-newline': [
|
|
108
111
|
'error',
|
|
109
|
-
{
|
|
112
|
+
{
|
|
113
|
+
minItems: 2,
|
|
114
|
+
multiline: true,
|
|
115
|
+
},
|
|
110
116
|
],
|
|
111
117
|
'style/arrow-parens': [
|
|
112
118
|
'error',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kikiutils/eslint-config",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.2",
|
|
4
4
|
"description": "Using antfu/eslint-config as a base for eslint-config, slightly modified the settings and added additional plugins, mainly for my own use.",
|
|
5
5
|
"author": "kiki-kanri",
|
|
6
6
|
"license": "MIT",
|