@kikiutils/eslint-config 0.10.0 → 0.10.1
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 +0 -7
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -228,13 +228,6 @@ function createConfig(environment = 'node', options) {
|
|
|
228
228
|
'tailwindcss/enforces-shorthand': 'error',
|
|
229
229
|
'tailwindcss/no-unnecessary-arbitrary-value': 'error',
|
|
230
230
|
'vue/attribute-hyphenation': 'error',
|
|
231
|
-
'vue/block-lang': [
|
|
232
|
-
'error',
|
|
233
|
-
{
|
|
234
|
-
script: { allowNoLang: false },
|
|
235
|
-
style: { allowNoLang: false },
|
|
236
|
-
},
|
|
237
|
-
],
|
|
238
231
|
'vue/block-order': [
|
|
239
232
|
'error',
|
|
240
233
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kikiutils/eslint-config",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.1",
|
|
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",
|