@svifty7/eslint-config 0.0.6 → 0.0.7

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
@@ -1873,11 +1873,6 @@ async function vue(options = {}) {
1873
1873
  "vue/require-typed-object-prop": "error",
1874
1874
  "vue/require-typed-ref": "error",
1875
1875
  "vue/v-for-delimiter-style": ["error", "in"],
1876
- "vue/component-name-in-template-casing": [
1877
- "error",
1878
- "kebab-case",
1879
- { registeredComponentsOnly: false }
1880
- ],
1881
1876
  "vue/array-bracket-spacing": ["error", "never"],
1882
1877
  "vue/arrow-spacing": ["error", {
1883
1878
  after: true,
package/dist/index.mjs CHANGED
@@ -1844,11 +1844,6 @@ async function vue(options = {}) {
1844
1844
  "vue/require-typed-object-prop": "error",
1845
1845
  "vue/require-typed-ref": "error",
1846
1846
  "vue/v-for-delimiter-style": ["error", "in"],
1847
- "vue/component-name-in-template-casing": [
1848
- "error",
1849
- "kebab-case",
1850
- { registeredComponentsOnly: false }
1851
- ],
1852
1847
  "vue/array-bracket-spacing": ["error", "never"],
1853
1848
  "vue/arrow-spacing": ["error", {
1854
1849
  after: true,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@svifty7/eslint-config",
3
3
  "type": "module",
4
- "version": "0.0.6",
4
+ "version": "0.0.7",
5
5
  "description": "ESLint config by svifty7 based on @antfu/eslint-config",
6
6
  "author": "svifty7 (https://github.com/svifty7)",
7
7
  "license": "MIT",