@tb-dev/eslint-config 1.5.9 → 1.5.10

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
@@ -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
@@ -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.10",
4
4
  "description": "ESLint config",
5
5
  "license": "MIT",
6
6
  "type": "module",