@kikiutils/eslint-config 0.8.0 → 0.8.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 +1 -5
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import antfu from '@antfu/eslint-config';
|
|
2
|
-
import tailwindcss from 'eslint-plugin-tailwindcss';
|
|
2
|
+
import tailwindcss from '@kikiutils/eslint-plugin-tailwindcss';
|
|
3
3
|
|
|
4
4
|
const commonPerfectionistSortOptions = Object.freeze({
|
|
5
5
|
ignoreCase: false,
|
|
@@ -209,10 +209,6 @@ function createConfig(environment = 'node', options) {
|
|
|
209
209
|
'tailwindcss/enforces-negative-arbitrary-values': 'error',
|
|
210
210
|
'tailwindcss/enforces-shorthand': 'error',
|
|
211
211
|
'tailwindcss/no-unnecessary-arbitrary-value': 'error',
|
|
212
|
-
'vue/attributes-order': [
|
|
213
|
-
'error',
|
|
214
|
-
{ alphabetical: true },
|
|
215
|
-
],
|
|
216
212
|
'vue/block-order': [
|
|
217
213
|
'error',
|
|
218
214
|
{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kikiutils/eslint-config",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.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",
|