Skip to content

Commit

Permalink
Merge branch 'next' into infra/unicorn/prefer-string-slice
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Nov 5, 2024
2 parents e6b5825 + 2ec9c47 commit bfed12a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 1 deletion.
7 changes: 6 additions & 1 deletion eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { includeIgnoreFile } from '@eslint/compat';
import eslint from '@eslint/js';
import stylistic from '@stylistic/eslint-plugin';
import eslintPluginVitest from '@vitest/eslint-plugin';
import eslintPluginFileProgress from 'eslint-plugin-file-progress';
import eslintPluginJsdoc from 'eslint-plugin-jsdoc';
import eslintPluginPrettierRecommended from 'eslint-plugin-prettier/recommended';
import eslintPluginUnicorn from 'eslint-plugin-unicorn';
Expand Down Expand Up @@ -200,7 +201,11 @@ const config: ReturnType<typeof tseslint.config> = tseslint.config(

//#region prettier
eslintPluginPrettierRecommended,
//#endregion,
//#endregion

//#region file-progress
eslintPluginFileProgress.configs.recommended,
//#endregion

//#region overrides
{
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
"cypress": "13.15.1",
"eslint": "9.14.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-file-progress": "2.1.1",
"eslint-plugin-jsdoc": "50.4.3",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-unicorn": "56.0.0",
Expand Down
22 changes: 22 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bfed12a

Please sign in to comment.