@nitra/eslint-config 2.0.26 → 2.0.27

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 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -70,7 +70,7 @@ const node = [
70
70
  },
71
71
  languageOptions: {
72
72
  globals: {
73
- ...globals.node,
73
+ ...globals.node
74
74
  }
75
75
  }
76
76
  }
@@ -99,6 +99,7 @@ const vueAllVite = [
99
99
  createLogger: 'readonly',
100
100
  gql: 'readonly',
101
101
  $ref: 'readonly',
102
+ $computed: 'readonly',
102
103
  ref: 'readonly',
103
104
  useQuery: 'readonly',
104
105
  watch: 'readonly',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nitra/eslint-config",
3
- "version": "2.0.26",
3
+ "version": "2.0.27",
4
4
  "description": "A Eslint shareable config for projects using 'Vue' and 'Node'",
5
5
  "type": "module",
6
6
  "exports": "./index.js",