Skip to content

Conversation

@JonathanMatthey
Copy link

Changes proposed in this pull request

  • Added ESLint dependencies (eslint, @typescript-eslint/*, eslint-plugin-astro, astro-eslint-parser)
  • Created .eslintrc.cjs with TypeScript and Astro support
  • Added scripts: lint, lint:fix, format
  • Created .eslintignore to exclude build artifacts and dependencies
  • Updated README with formatting setup and usage instructions
  • Configured ESLint for browser globals in public/ directory
  • All files pass linting. Ready to use.

Checklist

@github-actions github-actions bot added the pkg: documentation Changes in the documentation package. label Nov 17, 2025
@netlify
Copy link

netlify bot commented Nov 17, 2025

Deploy Preview for brilliant-pasca-3e80ec failed. Why did it fail? →

Name Link
🔨 Latest commit 4f0616a
🔍 Latest deploy log https://app.netlify.com/projects/brilliant-pasca-3e80ec/deploys/691d420ca7b66c0008afe435

@JonathanMatthey JonathanMatthey changed the title add eslint formatting to docs feat: eslint formatting to docs Nov 17, 2025
@github-actions
Copy link

github-actions bot commented Nov 17, 2025

🚀 Performance Test Results

Test Configuration:

  • VUs: 4
  • Duration: 1m0s

Test Metrics:

  • Requests/s: 42.28
  • Iterations/s: 14.10
  • Failed Requests: 0.00% (0 of 2543)
📜 Logs

> [email protected] run-tests:testenv /home/runner/work/rafiki/rafiki/test/performance
> ./scripts/run-tests.sh -e test "-k" "-q" "--vus" "4" "--duration" "1m"

Cloud Nine GraphQL API is up: http://localhost:3101/graphql
Cloud Nine Wallet Address is up: http://localhost:3100/
Happy Life Bank Address is up: http://localhost:4100/
cloud-nine-wallet-test-backend already set
cloud-nine-wallet-test-auth already set
happy-life-bank-test-backend already set
happy-life-bank-test-auth already set
     data_received..................: 918 kB 15 kB/s
     data_sent......................: 2.0 MB 33 kB/s
     http_req_blocked...............: avg=7.62µs   min=2.26µs   med=5.44µs   max=1.65ms   p(90)=6.54µs   p(95)=7.15µs  
     http_req_connecting............: avg=1.15µs   min=0s       med=0s       max=1.41ms   p(90)=0s       p(95)=0s      
     http_req_duration..............: avg=93.97ms  min=8.96ms   med=76.66ms  max=663.44ms p(90)=160.71ms p(95)=181.81ms
       { expected_response:true }...: avg=93.97ms  min=8.96ms   med=76.66ms  max=663.44ms p(90)=160.71ms p(95)=181.81ms
     http_req_failed................: 0.00%  ✓ 0         ✗ 2543
     http_req_receiving.............: avg=86.24µs  min=27.79µs  med=76.1µs   max=1.64ms   p(90)=110.89µs p(95)=141.03µs
     http_req_sending...............: avg=37.37µs  min=9.57µs   med=27.83µs  max=2.23ms   p(90)=40.5µs   p(95)=55.84µs 
     http_req_tls_handshaking.......: avg=0s       min=0s       med=0s       max=0s       p(90)=0s       p(95)=0s      
     http_req_waiting...............: avg=93.84ms  min=8.75ms   med=76.55ms  max=663.37ms p(90)=160.62ms p(95)=181.7ms 
     http_reqs......................: 2543   42.282467/s
     iteration_duration.............: avg=283.44ms min=190.17ms med=268.21ms max=1.15s    p(90)=338.94ms p(95)=372.73ms
     iterations.....................: 848    14.099698/s
     vus............................: 4      min=4       max=4 
     vus_max........................: 4      min=4       max=4 

@JonathanMatthey JonathanMatthey self-assigned this Nov 19, 2025
- Add ESLint 9 and Prettier for consistent code formatting across docs repos
- Configure ESLint with TypeScript and Astro support
- Standardize lint and format commands across all repositories
- Upgrade to ESLint 9 flat config format (eslint.config.js)
- Update all ESLint and Prettier packages to latest versions
- Add CI checks to enforce formatting standards
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pkg: documentation Changes in the documentation package.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants