@tb-dev/eslint-config 1.5.9 → 1.5.11

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.cjs CHANGED
@@ -564,7 +564,7 @@ async function unicorn(options) {
564
564
  'unicorn/no-await-expression-member': 'error',
565
565
  'unicorn/no-invalid-remove-event-listener': 'error',
566
566
  'unicorn/no-thenable': 'error',
567
- 'unicorn/no-typeof-undefined': 'error',
567
+ 'unicorn/no-typeof-undefined': 'off',
568
568
  'unicorn/no-useless-fallback-in-spread': 'error',
569
569
  'unicorn/no-useless-length-check': 'error',
570
570
  'unicorn/no-useless-promise-resolve-reject': 'error',
@@ -742,7 +742,7 @@ async function vue(options) {
742
742
  }
743
743
  ],
744
744
  'vue/match-component-file-name': [
745
- 'error',
745
+ 'off',
746
746
  {
747
747
  extensions: ['tsx', 'vue'],
748
748
  shouldMatchCase: false
package/dist/index.mjs CHANGED
@@ -562,7 +562,7 @@ async function unicorn(options) {
562
562
  'unicorn/no-await-expression-member': 'error',
563
563
  'unicorn/no-invalid-remove-event-listener': 'error',
564
564
  'unicorn/no-thenable': 'error',
565
- 'unicorn/no-typeof-undefined': 'error',
565
+ 'unicorn/no-typeof-undefined': 'off',
566
566
  'unicorn/no-useless-fallback-in-spread': 'error',
567
567
  'unicorn/no-useless-length-check': 'error',
568
568
  'unicorn/no-useless-promise-resolve-reject': 'error',
@@ -740,7 +740,7 @@ async function vue(options) {
740
740
  }
741
741
  ],
742
742
  'vue/match-component-file-name': [
743
- 'error',
743
+ 'off',
744
744
  {
745
745
  extensions: ['tsx', 'vue'],
746
746
  shouldMatchCase: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tb-dev/eslint-config",
3
- "version": "1.5.9",
3
+ "version": "1.5.11",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",