@nitra/eslint-config 3.1.6 → 3.1.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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -25,7 +25,7 @@ const importPluginEcmaLatest = {
25
25
  const all = [
26
26
  {
27
27
  // До дефолтних "**/node_modules/", ".git/" додаємо
28
- ignores: ['.yarn/**', '**/dist/**']
28
+ ignores: ['.yarn/**', '**/dist/**', '**/*.vue']
29
29
  },
30
30
  // Загальні правила для всіх Yaml файлів проекту
31
31
  ...ymlConfigs['flat/prettier'],
@@ -134,7 +134,7 @@ const vueAllVite = [
134
134
  }
135
135
  ]
136
136
 
137
- // Для Vue файлів Vue проектів
137
+ // Для Vue файлів Vue проектів (vue-eslint-parser тимчасово вимкнено, .vue в ignores)
138
138
  // files: ['**/*.vue']
139
139
  const vue = [
140
140
  // ...vuePlugin.configs['flat/recommended'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nitra/eslint-config",
3
- "version": "3.1.6",
3
+ "version": "3.1.7",
4
4
  "description": "A Eslint shareable config for projects using 'Vue' and 'Node'",
5
5
  "keywords": [
6
6
  "eslint",