docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -6,7 +6,7 @@ tags: [SoftwareEngineering, StaticAnalysis, ESLint, CodingStandard]
last_reinforced: 2026-04-20
---
# [[ESLint-Static-Analysis]] (ESLint 정적 분석)
# [[ESLint-Static-Analysis|ESLint-Static-Analysis]] (ESLint 정적 분석)
## 📌 한 줄 통찰 (The Karpathy Summary)
> "코드를 실행해보지 않고도 미래의 버그를 예언하는 엄격한 사서." 소스 코드를 읽어 문법 에러, 코딩 컨벤션 위반, 잠재적 위험 패턴을 자동으로 찾아내어, 개발자가 실수하기 전에 미리 경고를 날려주는 현대 웹 개발의 수문장이다.
@@ -22,5 +22,5 @@ last_reinforced: 2026-04-20
- 설정이 너무 까다로우면(Strict) 개발자의 창의성과 생산성을 저해하여 "eslint-disable" 주석이 남용되는 역효과(Security Theater)를 낳는다. 팀의 수준과 프로젝트의 성격에 맞는 '품질의 적정선'을 설정하는 거버넌스가 중요하다. 최근에는 AI가 복잡한 린트 에러를 자동으로 고쳐주는 기능이 도입되고 있다.
## 🔗 지식 연결 (Graph)
- Related: [[SAST (Static Application Security Testing)]] , [[Dry-Principle]]
- Tools: [[Prettier]] , Husky-Git-Hooks
- Related: [[SAST (Static Application Security Testing)|SAST (Static Application Security Testing)]] , [[Dry-Principle|Dry-Principle]]
- Tools: [[Prettier|Prettier]] , Husky-Git-Hooks