@favorodera/eslint-config 0.0.13 → 0.0.14
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 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1286,7 +1286,6 @@ async function vue(options) {
|
|
|
1286
1286
|
"vue/prefer-single-event-payload": "error",
|
|
1287
1287
|
"vue/prefer-use-template-ref": "error",
|
|
1288
1288
|
"vue/require-explicit-slots": "error",
|
|
1289
|
-
"vue/require-macro-variable-name": "error",
|
|
1290
1289
|
"vue/slot-name-casing": ["error", "kebab-case"],
|
|
1291
1290
|
"vue/v-for-delimiter-style": ["error", "in"],
|
|
1292
1291
|
...resolved.overrides
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@favorodera/eslint-config",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.14",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Opinionated, type-safe flat ESLint configuration factory for Vue, TypeScript, Tailwind, and more.",
|
|
7
7
|
"author": "Favour Emeka <favorodera@gmail.com>",
|