@d-kuehn/eslint-config 13.7.2 → 13.8.0

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/README.md CHANGED
@@ -59,7 +59,7 @@ export default combine(
59
59
  | Configuration | Purpose | Targeted Files |
60
60
  | --------------------------------------------------------------------------------------------------------- | ------------------------------ | --------------------------------------- |
61
61
  | [importX() v4.11.1](https://github.com/un-ts/eslint-plugin-import-x) | ES6+ import/export syntax | All JavaScript/TypeScript files, `.vue` |
62
- | [jsdoc() v50.6.16](https://github.com/gajus/eslint-plugin-jsdoc) | JSDoc comments validation | All JavaScript/TypeScript files |
62
+ | [jsdoc() v50.6.17](https://github.com/gajus/eslint-plugin-jsdoc) | JSDoc comments validation | All JavaScript/TypeScript files |
63
63
  | [jsonc() v2.20.0](https://github.com/ota-meshi/eslint-plugin-jsonc) | JSON validation and formatting | `.json`, `.jsonc`, `.json5` |
64
64
  | [regexp() v2.7.0](https://github.com/ota-meshi/eslint-plugin-regexp) | Regular expressions validation | All JavaScript/TypeScript files, `.vue` |
65
65
  | [unicorn() v59.0.1](https://github.com/sindresorhus/eslint-plugin-unicorn) | Additional JavaScript rules | All JavaScript/TypeScript files, `.vue` |
@@ -72,7 +72,6 @@ export default combine(
72
72
  | [vue() v10.1.0](https://github.com/vuejs/eslint-plugin-vue) | Vue.js rules | `.vue` |
73
73
  | [vueAccessibility() v2.4.1](https://github.com/vue-a11y/eslint-plugin-vuejs-accessibility) | Vue.js accessibility | `.vue` |
74
74
  | [storybook() v0.12.0](https://github.com/storybookjs/eslint-plugin-storybook) | Storybook rules | `**/*.stories.{ts,tsx,js,jsx,mjs,cjs}` |
75
- | [tailwindCss() {{eslint-plugin-tailwindcss}}](https://github.com/francoismassart/eslint-plugin-tailwindcss) - Tailwind CSS v3 | Tailwind CSS usage | `.vue`, `.js`, `.ts`, `.jsx`, `.tsx` |
76
75
  | [readableTailwindCss() v2.1.1](https://github.com/schoero/eslint-plugin-readable-tailwind) - Tailwind CSS v3, v4 | Tailwind CSS usage | `.vue`, `.js`, `.ts`, `.jsx`, `.tsx` |
77
76
 
78
77
  ### Testing Configurations
package/dist/index.js CHANGED
@@ -1139,6 +1139,7 @@ var vue = async (options = {}) => {
1139
1139
  { exceptions: [] }
1140
1140
  ],
1141
1141
  "vue/multiline-ternary": ["error", "always-multiline"],
1142
+ "vue/no-empty-component-block": ["error"],
1142
1143
  "vue/no-multiple-objects-in-class": "warn",
1143
1144
  "vue/no-root-v-if": "error",
1144
1145
  "vue/no-template-target-blank": "error",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@d-kuehn/eslint-config",
3
- "version": "13.7.2",
3
+ "version": "13.8.0",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -36,7 +36,7 @@
36
36
  "eslint": "9.26.0",
37
37
  "eslint-flat-config-utils": "2.0.1",
38
38
  "eslint-plugin-import-x": "4.11.1",
39
- "eslint-plugin-jsdoc": "50.6.16",
39
+ "eslint-plugin-jsdoc": "50.6.17",
40
40
  "eslint-plugin-jsonc": "2.20.0",
41
41
  "eslint-plugin-perfectionist": "4.13.0",
42
42
  "eslint-plugin-playwright": "2.2.0",