@typeform/eslint-config 7.0.1 → 7.1.0-beta.11
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.
|
@@ -56,5 +56,7 @@ jobs:
|
|
|
56
56
|
run: yarn semantic-release
|
|
57
57
|
env:
|
|
58
58
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
|
59
|
+
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
|
|
60
|
+
# Hybrid approach: NPM_TOKEN used for verification, OIDC used for actual publishing
|
|
59
61
|
# OIDC publishing (with provenance) is enabled via id-token: write permission
|
|
60
|
-
#
|
|
62
|
+
# The npm CLI will prefer OIDC when available during the publish step
|
package/README.md
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
<a href=https://engineering-metrics.typeform.tf/standards-adoption-tool/reports/eslint-config-typeform/><img src=https://api.typeform.com/repositories/eslint-config-typeform/badges.svg /></a>
|
|
2
|
-
|
|
3
2
|
# eslint-config-typeform
|
|
4
3
|
|
|
5
4
|
ESLint configuration for [Typeform](https://github.com/Typeform/) front-end projects
|
|
@@ -30,8 +29,8 @@ export default [
|
|
|
30
29
|
{
|
|
31
30
|
rules: {
|
|
32
31
|
// Your custom rules
|
|
33
|
-
}
|
|
34
|
-
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
35
34
|
]
|
|
36
35
|
```
|
|
37
36
|
|
|
@@ -60,3 +59,4 @@ yarn lint
|
|
|
60
59
|
```
|
|
61
60
|
|
|
62
61
|
The `prepare` script automatically builds the package after `yarn install`.
|
|
62
|
+
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@typeform/eslint-config",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.1.0-beta.11",
|
|
4
4
|
"description": "ESLint configuration for Typeform front-end projects",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"jest": "^29.7.0",
|
|
63
63
|
"lint-staged": "^15.2.11",
|
|
64
64
|
"prettier": "^3.4.2",
|
|
65
|
-
"semantic-release": "^
|
|
65
|
+
"semantic-release": "^24.2.0",
|
|
66
66
|
"typescript": "^5.7.2"
|
|
67
67
|
},
|
|
68
68
|
"release": {
|
|
Binary file
|