docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links
This commit is contained in:
@@ -6,7 +6,7 @@ tags: [JavaScript, Tooling, ESLint, StaticAnalysis]
|
||||
last_reinforced: 2026-04-20
|
||||
---
|
||||
|
||||
# [[Es-Lint-Configuration]] (ESLint 설정 가이드)
|
||||
# [[Es-Lint-Configuration|Es-Lint-Configuration]] (ESLint 설정 가이드)
|
||||
|
||||
## 📌 한 줄 통찰 (The Karpathy Summary)
|
||||
> "천 명의 개발자가 한 명의 개발자처럼 코딩하게 만드는 규칙의 파수꾼." 소스 코드를 정적으로 분석하여 잠재적 버그를 찾고, 팀 내 합의된 코딩 컨벤션을 강제로 집행하는 도구다.
|
||||
@@ -23,5 +23,5 @@ last_reinforced: 2026-04-20
|
||||
- 최신 ESLint(v9+)는 설정 파일 형식이 완전히 바뀐 'Flat Config' 시대로 진입했다. 기존 `eslintrc.*` 방식은 레거시가 되었으므로, 새로운 프로젝트에서는 `eslint.config.js`를 사용해야 한다. 또한 포맷팅 전용 도구인 Prettier와 충돌하지 않도록 역할 분담(Linter: 논리검사, Formatter: 모양검사)을 명확히 하는 것이 핵심이다.
|
||||
|
||||
## 🔗 지식 연결 (Graph)
|
||||
- Related: Prettier-Configuration , [[Custom-ESLint-Rules-Development]]
|
||||
- Part of: [[SAST (Static Application Security Testing)]]
|
||||
- Related: Prettier-Configuration , [[Custom-ESLint-Rules-Development|Custom-ESLint-Rules-Development]]
|
||||
- Part of: [[SAST (Static Application Security Testing)|SAST (Static Application Security Testing)]]
|
||||
|
||||
Reference in New Issue
Block a user