Skip to content

Commit

Permalink
⚡ [ci release] Disable broken rule
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniFoldi committed Oct 8, 2024
1 parent 30f490e commit a6a2752
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/bundled-eslint-config/src/setup/for-vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const vueRules: Rules = {
'vue/prefer-template': 'warn',
'vue/prefer-true-attribute-shorthand': [ 'warn', 'always' ],
'vue/require-emit-validator': 'error',
'vue/require-explicit-slots': 'error',
// 'vue/require-explicit-slots': 'error',
'vue/script-indent': [ 'warn', 2, { baseIndent: 1, switchCase: 1 }],
'@stylistic/js/indent': 'off',
'vue/space-in-parens': [ 'warn', 'never' ],
Expand Down
2 changes: 1 addition & 1 deletion prepublish.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const packageJsonJobs = {
},
'packages/bundled-eslint-config': {
type: 'module',
version: '0.4.22',
version: '0.4.23',
description: 'A preset for ESLint',
keywords: [
'eslint',
Expand Down

0 comments on commit a6a2752

Please sign in to comment.