Skip to content

Commit e516707

Browse files
authored
Merge pull request #179 from Typeform/DEVTOOLS-1738-updating-eslint
DEVTOOLS-1738 updating eslint dependency
2 parents 5bc3d40 + 16eda3e commit e516707

File tree

3 files changed

+2498
-436
lines changed

3 files changed

+2498
-436
lines changed

.github/workflows/verify-transpiled-code.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
with:
1515
node-version: 20
1616

17+
- run: |
18+
npm config set '//npm.pkg.github.com/:_authToken' ${{ secrets.GH_TOKEN }}
19+
npm config set @typeform:registry https://npm.pkg.github.com/
20+
1721
- run: |
1822
yarn install
1923
mv dist/ source-dist

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"ignore": "^5.2.4"
5050
},
5151
"devDependencies": {
52-
"@typeform/eslint-config": "^3.0.2",
52+
"@typeform/eslint-config": "^6.0.3",
5353
"@types/jest": "^26.0.24",
5454
"@types/node": "^15.14.1",
5555
"@vercel/ncc": "^0.36.1",

0 commit comments

Comments
 (0)