@nitra/eslint-config 3.6.12 → 3.6.13

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
@@ -333,7 +333,8 @@ const node = [
333
333
  },
334
334
  languageOptions: {
335
335
  globals: {
336
- ...globals.node
336
+ ...globals.node,
337
+ Bun: 'readonly'
337
338
  }
338
339
  }
339
340
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nitra/eslint-config",
3
- "version": "3.6.12",
3
+ "version": "3.6.13",
4
4
  "description": "An ESLint shareable config for projects using Vue and Node",
5
5
  "keywords": [
6
6
  "eslint",