@dword-design/base-config-nuxt 6.2.9 → 6.2.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.js CHANGED
@@ -37,9 +37,9 @@ export default function (config) {
37
37
  cwd: this.cwd
38
38
  })]
39
39
  },
40
- editorIgnore: ['.stylelintcache', '.stylelintrc.json', '.nuxt', '.output', 'dist', 'nuxt.config.js'],
40
+ editorIgnore: ['.eslintcache', '.stylelintcache', '.stylelintrc.json', '.nuxt', '.output', 'dist', 'nuxt.config.js'],
41
41
  eslintConfig: getEslintConfig(pick(config, ['virtualImports'])),
42
- gitignore: ['/.nuxt', '/.output', '/.stylelintcache', '/dist', '/nuxt.config.js'],
42
+ gitignore: ['/.eslintcache', '/.nuxt', '/.output', '/.stylelintcache', '/dist', '/nuxt.config.js'],
43
43
  lint,
44
44
  npmPublish: true,
45
45
  packageConfig: {
package/dist/lint.js CHANGED
@@ -25,12 +25,6 @@ export default async function (options) {
25
25
  stdout: 'inherit'
26
26
  }),
27
27
  cwd: this.cwd,
28
- env: {
29
- ...dotenv.parse({
30
- cwd: this.cwd
31
- }),
32
- ...options.env
33
- },
34
28
  stderr: options.stderr
35
29
  });
36
30
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dword-design/base-config-nuxt",
3
- "version": "6.2.9",
3
+ "version": "6.2.11",
4
4
  "repository": "dword-design/base-config-nuxt",
5
5
  "funding": "https://github.com/sponsors/dword-design",
6
6
  "license": "MIT",