@cabloy/lint 5.0.23 → 5.0.24

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/oxc/lint.js CHANGED
@@ -495,12 +495,7 @@ export const _configDefault = {
495
495
  when: 'multiline',
496
496
  },
497
497
  ],
498
- '@stylistic/jsx-one-expression-per-line': [
499
- 'error',
500
- {
501
- allow: 'single-child',
502
- },
503
- ],
498
+ '@stylistic/jsx-one-expression-per-line': 'off',
504
499
  '@stylistic/jsx-quotes': 'error',
505
500
  '@stylistic/jsx-tag-spacing': [
506
501
  'error',
package/oxc/lintVue.js CHANGED
@@ -495,12 +495,7 @@ export const _configDefault = {
495
495
  when: 'multiline',
496
496
  },
497
497
  ],
498
- '@stylistic/jsx-one-expression-per-line': [
499
- 'error',
500
- {
501
- allow: 'single-child',
502
- },
503
- ],
498
+ '@stylistic/jsx-one-expression-per-line': 'off',
504
499
  '@stylistic/jsx-quotes': 'error',
505
500
  '@stylistic/jsx-tag-spacing': [
506
501
  'error',
@@ -745,6 +740,9 @@ export const _configDefault = {
745
740
  'vue/no-multiple-slot-args': 'warn',
746
741
  'antfu/no-top-level-await': 'off',
747
742
  '@typescript-eslint/explicit-function-return-type': 'off',
743
+ '@stylistic/no-multiple-empty-lines': 'off',
744
+ 'unused-imports/no-unused-imports': 'off',
745
+ 'unused-imports/no-unused-vars': 'off',
748
746
  },
749
747
  jsPlugins: ['eslint-plugin-antfu'],
750
748
  plugins: ['vue', 'typescript'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cabloy/lint",
3
- "version": "5.0.23",
3
+ "version": "5.0.24",
4
4
  "description": "Node Style Guide for Cabloy.",
5
5
  "files": [
6
6
  "api",