Skip to content

Commit 873d6ff

Browse files
docs: update repository context via Repomix [skip ci]
1 parent 7b9efbd commit 873d6ff

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

DOCS/repository_context.txt

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -17824,6 +17824,33 @@ tsconfig.json
1782417824
82: fi
1782517825
````
1782617826

17827+
## File: src/utils/eslint/package.json
17828+
````json
17829+
1: {
17830+
2: "name": "eslint-plugin-test-rules",
17831+
3: "version": "1.0.0",
17832+
4: "description": "Custom ESLint rules for testing",
17833+
5: "main": "dist/index.js",
17834+
6: "scripts": {
17835+
7: "build": "tsc",
17836+
8: "test": "echo \"Error: no test specified\" && exit 1"
17837+
9: },
17838+
10: "keywords": [
17839+
11: "eslint",
17840+
12: "eslintplugin",
17841+
13: "eslint-plugin"
17842+
14: ],
17843+
15: "author": "",
17844+
16: "license": "ISC",
17845+
17: "peerDependencies": {
17846+
18: "eslint": ">=9.33.0"
17847+
19: },
17848+
20: "devDependencies": {
17849+
21: "typescript": "^5.9.2"
17850+
22: }
17851+
23: }
17852+
````
17853+
1782717854
## File: .circleci/config.yml
1782817855
````yaml
1782917856
1: version: 2.1
@@ -17920,7 +17947,7 @@ tsconfig.json
1792017947
10: with:
1792117948
11: node-version: "22"
1792217949
12: - name: Setup pnpm
17923-
13: uses: pnpm/action-setup@v4
17950+
13: uses: pnpm/action-setup@36de12bed180fa130ed56a35e7344f2fa7a820ab
1792417951
14: with:
1792517952
15: version: 10
1792617953
16: run_install: false
@@ -17980,7 +18007,7 @@ tsconfig.json
1798018007
14: with:
1798118008
15: node-version: "22"
1798218009
16: - name: Install pnpm
17983-
17: uses: pnpm/action-setup@v4
18010+
17: uses: pnpm/action-setup@36de12bed180fa130ed56a35e7344f2fa7a820ab
1798418011
18: with:
1798518012
19: version: 10
1798618013
20: run_install: false
@@ -18052,7 +18079,7 @@ tsconfig.json
1805218079
17: - name: Checkout code
1805318080
18: uses: actions/checkout@v5
1805418081
19: - name: Install pnpm
18055-
20: uses: pnpm/action-setup@v4
18082+
20: uses: pnpm/action-setup@36de12bed180fa130ed56a35e7344f2fa7a820ab
1805618083
21: with:
1805718084
22: version: 10
1805818085
23: - name: Set up Node.js
@@ -18129,33 +18156,6 @@ tsconfig.json
1812918156
94: args: "--file=src/utils/eslint/package.json"
1813018157
````
1813118158

18132-
## File: src/utils/eslint/package.json
18133-
````json
18134-
1: {
18135-
2: "name": "eslint-plugin-test-rules",
18136-
3: "version": "1.0.0",
18137-
4: "description": "Custom ESLint rules for testing",
18138-
5: "main": "dist/index.js",
18139-
6: "scripts": {
18140-
7: "build": "tsc",
18141-
8: "test": "echo \"Error: no test specified\" && exit 1"
18142-
9: },
18143-
10: "keywords": [
18144-
11: "eslint",
18145-
12: "eslintplugin",
18146-
13: "eslint-plugin"
18147-
14: ],
18148-
15: "author": "",
18149-
16: "license": "ISC",
18150-
17: "peerDependencies": {
18151-
18: "eslint": ">=9.33.0"
18152-
19: },
18153-
20: "devDependencies": {
18154-
21: "typescript": "^5.9.2"
18155-
22: }
18156-
23: }
18157-
````
18158-
1815918159
## File: .github/workflows/playwright.yml
1816018160
````yaml
1816118161
1: name: Playwright Tests
@@ -18170,7 +18170,7 @@ tsconfig.json
1817018170
10: runs-on: ubuntu-latest
1817118171
11: steps:
1817218172
12: - uses: actions/checkout@v5
18173-
13: - uses: pnpm/action-setup@v4
18173+
13: - uses: pnpm/action-setup@36de12bed180fa130ed56a35e7344f2fa7a820ab
1817418174
14: with:
1817518175
15: version: 10
1817618176
16: - uses: actions/setup-node@v4
@@ -18216,7 +18216,7 @@ tsconfig.json
1821618216
14: - name: Checkout
1821718217
15: uses: actions/checkout@v5
1821818218
16: - name: Install pnpm
18219-
17: uses: pnpm/action-setup@v4
18219+
17: uses: pnpm/action-setup@36de12bed180fa130ed56a35e7344f2fa7a820ab
1822018220
18: with:
1822118221
19: version: 10
1822218222
20: - name: Setup Node.js

0 commit comments

Comments
 (0)