@nitra/eslint-config 3.4.0 → 3.4.1

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 +1 -0
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -173,6 +173,7 @@ const vue = [
173
173
  ...vuePlugin.configs['flat/recommended'],
174
174
  {
175
175
  rules: {
176
+ 'import/named': 'off',
176
177
  'vue/no-v-html': 'off',
177
178
  'vue/html-indent': 'off',
178
179
  'vue/max-attributes-per-line': 'off',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nitra/eslint-config",
3
- "version": "3.4.0",
3
+ "version": "3.4.1",
4
4
  "description": "An ESLint shareable config for projects using Vue and Node",
5
5
  "keywords": [
6
6
  "eslint",