Skip to content

Commit f0d38c9

Browse files
authored
Merge branch 'next' into infra/auto-bump/usage-guide-version
2 parents 3df261f + 9abaed1 commit f0d38c9

File tree

4 files changed

+390
-322
lines changed

4 files changed

+390
-322
lines changed

eslint.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ const config: ReturnType<typeof tseslint.config> = tseslint.config(
208208
//#endregion
209209

210210
//#region file-progress
211-
eslintPluginFileProgress.configs.recommended,
211+
eslintPluginFileProgress.configs['recommended-ci'],
212212
//#endregion
213213

214214
//#region overrides

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"cypress": "13.15.1",
121121
"eslint": "9.14.0",
122122
"eslint-config-prettier": "9.1.0",
123-
"eslint-plugin-file-progress": "2.1.1",
123+
"eslint-plugin-file-progress": "3.0.1",
124124
"eslint-plugin-jsdoc": "50.4.3",
125125
"eslint-plugin-prettier": "5.2.1",
126126
"eslint-plugin-unicorn": "56.0.0",

0 commit comments

Comments
 (0)