We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package.json
1 parent bcc0f97 commit 7b9a884Copy full SHA for 7b9a884
.github/workflows/update-prettier.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/setup-node@v4
17
with:
18
cache: npm
19
- node-version: 16
+ node-version: lts/*
20
- run: npm ci
21
- run: npm run lint:fix
22
- uses: gr2m/[email protected]
package.json
@@ -71,31 +71,6 @@
71
]
72
73
},
74
- "jest": {
75
- "extensionsToTreatAsEsm": [
76
- ".ts"
77
- ],
78
- "transform": {
79
- "^.+\\.(ts|tsx)$": [
80
- "ts-jest",
81
- {
82
- "tsconfig": "test/tsconfig.test.json",
83
- "useESM": true
84
- }
85
- ]
86
- },
87
- "coverageThreshold": {
88
- "global": {
89
- "statements": 100,
90
- "branches": 100,
91
- "functions": 100,
92
- "lines": 100
93
94
95
- "moduleNameMapper": {
96
- "^(.+)\\.jsx?$": "$1"
97
98
99
"engines": {
100
"node": ">= 18"
101
}
0 commit comments