@dargmuesli/nuxt-vio 13.1.4 → 13.1.5

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/.config/lint.js +1 -1
  2. package/package.json +1 -1
package/.config/lint.js CHANGED
@@ -27,7 +27,7 @@ export const VIO_ESLINT_CONFIG = [
27
27
  prettierConfiguration, // must be last
28
28
 
29
29
  {
30
- files: ['.config/lint.js'],
30
+ files: ['.config/**/*', 'server/**/*'],
31
31
  rules: {
32
32
  'compat/compat': 'off',
33
33
  },
package/package.json CHANGED
@@ -118,5 +118,5 @@
118
118
  "start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
119
119
  },
120
120
  "type": "module",
121
- "version": "13.1.4"
121
+ "version": "13.1.5"
122
122
  }