eslint-config-terrax 0.2.1 → 0.2.2-next.0d92eb1

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 (1) hide show
  1. package/package.json +6 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eslint-config-terrax",
3
- "version": "0.2.1",
3
+ "version": "0.2.2-next.0d92eb1",
4
4
  "description": "The ESLint shareable config",
5
5
  "type": "module",
6
6
  "main": "./dist/cjs/common.cjs",
@@ -149,11 +149,12 @@
149
149
  ],
150
150
  "repository": {
151
151
  "type": "git",
152
- "url": "https://gihub.com/rygent/eslint-config-terrax.git"
152
+ "url": "https://github.com/rygent/eslint-config-terrax.git"
153
153
  },
154
154
  "bugs": {
155
- "url": "https://gihub.com/rygent/eslint-config-terrax/issues"
155
+ "url": "https://github.com/rygent/eslint-config-terrax/issues"
156
156
  },
157
+ "funding": "https://github.com/rygent/eslint-config-terrax?sponsor",
157
158
  "dependencies": {
158
159
  "@eslint/compat": "^1.2.2",
159
160
  "@next/eslint-plugin-next": "^15.0.2",
@@ -184,7 +185,8 @@
184
185
  "./dist/"
185
186
  ],
186
187
  "publishConfig": {
187
- "access": "public"
188
+ "access": "public",
189
+ "provenance": true
188
190
  },
189
191
  "engines": {
190
192
  "node": "^18.18.0 || ^20.9.0 || >=21.1.0"