Skip to content

Commit 5dd46d2

Browse files
author
Github Actions Bot
committed
5.12.8
1 parent 5019e0b commit 5dd46d2

File tree

1 file changed

+20
-6
lines changed

1 file changed

+20
-6
lines changed

package.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unleash-server",
33
"description": "Unleash is an enterprise ready feature toggles service. It provides different strategies for handling feature toggles.",
4-
"version": "5.12.7",
4+
"version": "5.12.8",
55
"keywords": [
66
"unleash",
77
"feature toggle",
@@ -82,7 +82,9 @@
8282
"testTimeout": 10000,
8383
"globalSetup": "./scripts/jest-setup.js",
8484
"transform": {
85-
"^.+\\.tsx?$": ["@swc/jest"]
85+
"^.+\\.tsx?$": [
86+
"@swc/jest"
87+
]
8688
},
8789
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
8890
"testPathIgnorePatterns": [
@@ -91,7 +93,13 @@
9193
"/frontend/",
9294
"/website/"
9395
],
94-
"moduleFileExtensions": ["ts", "tsx", "js", "jsx", "json"],
96+
"moduleFileExtensions": [
97+
"ts",
98+
"tsx",
99+
"js",
100+
"jsx",
101+
"json"
102+
],
95103
"coveragePathIgnorePatterns": [
96104
"/node_modules/",
97105
"/dist/",
@@ -229,8 +237,14 @@
229237
"tough-cookie": "4.1.3"
230238
},
231239
"lint-staged": {
232-
"*.{js,ts}": ["biome check --apply --no-errors-on-unmatched"],
233-
"*.{jsx,tsx}": ["biome check --apply --no-errors-on-unmatched"],
234-
"*.json": ["biome format --write --no-errors-on-unmatched"]
240+
"*.{js,ts}": [
241+
"biome check --apply --no-errors-on-unmatched"
242+
],
243+
"*.{jsx,tsx}": [
244+
"biome check --apply --no-errors-on-unmatched"
245+
],
246+
"*.json": [
247+
"biome format --write --no-errors-on-unmatched"
248+
]
235249
}
236250
}

0 commit comments

Comments
 (0)