@typeform/eslint-config 7.1.0-beta.5 → 7.1.0-beta.7

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.
@@ -13,7 +13,7 @@ jobs:
13
13
  runs-on: [ubuntu-latest]
14
14
  strategy:
15
15
  matrix:
16
- node-version: [20, 22]
16
+ node-version: [22]
17
17
  fail-fast: false
18
18
 
19
19
  steps:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@typeform/eslint-config",
3
- "version": "7.1.0-beta.5",
3
+ "version": "7.1.0-beta.7",
4
4
  "description": "ESLint configuration for Typeform front-end projects",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -25,7 +25,7 @@
25
25
  "eslint": "eslint",
26
26
  "lint": "yarn run eslint .",
27
27
  "publish:npm": "yarn build && npm config set @typeform:registry https://registry.npmjs.org/ && npm publish --provenance --access public",
28
- "publish:github": "npm config set @typeform:registry https://npm.pkg.github.com/ && npm config set '//npm.pkg.github.com/:_authToken' \"${GH_TOKEN}\" && npm publish"
28
+ "publish:github": "npm config set @typeform:registry https://npm.pkg.github.com/ && npm config set '//npm.pkg.github.com/:_authToken' \"${GH_TOKEN}\" && npm publish --tag beta"
29
29
  },
30
30
  "lint-staged": {
31
31
  "*.{js,ts}": "yarn run eslint --fix",