lintcn
shadcn for type aware lint rules. Let agents write custom rules that follow your preferences. Prevent agents from adding 'as' and 'in' everywhere. Based on tsgolint & go
파일 탐색기
최종 버전 다운로드 (.zip)- lint.yml
- jsx-no-leaked-render.snap
- jsx_no_leaked_render.go
- jsx_no_leaked_render_test.go
- README
- no-floating-promises.snap
- no_floating_promises.go
- no_floating_promises_test.go
- options.go
- no-in-operator.snap
- no_in_operator.go
- no_in_operator_test.go
- README
- no-redundant-contextual-parameter-type.snap
- no_redundant_contextual_parameter_type.go
- no_redundant_contextual_parameter_type_test.go
- README
- no-redundant-exported-return-type.snap
- no_redundant_exported_return_type.go
- no_redundant_exported_return_type_test.go
- README
- no-redundant-in-check.snap
- no_redundant_in_check.go
- no_redundant_in_check_test.go
- README
- no-redundant-type-assertion.snap
- no_redundant_type_assertion.go
- no_redundant_type_assertion_test.go
- no-single-use-top-level-function.snap
- no_single_use_top_level_function.go
- no_single_use_top_level_function_test.go
- no-single-use-top-level-type.snap
- no_single_use_top_level_type.go
- no_single_use_top_level_type_test.go
- README
- no-tiny-wrapper-function.snap
- no_tiny_wrapper_function.go
- no_tiny_wrapper_function_test.go
- README
- no-type-assertion.snap
- no_type_assertion.go
- no_type_assertion_test.go
- no-unhandled-error.snap
- no_unhandled_error.go
- no_unhandled_error_test.go
- README
- no-unsafe-unknown.snap
- no_unsafe_unknown.go
- no_unsafe_unknown_test.go
- README
- no-unused-top-level-function.snap
- no_unused_top_level_function.go
- no_unused_top_level_function_test.go
- prefer-is-truthy.snap
- prefer_is_truthy.go
- prefer_is_truthy_test.go
- README
- prefer-object-params.snap
- prefer_object_params.go
- prefer_object_params_test.go
- README
- program_refs.go
- program_refs_test.go
- .gitignore
- rules-reference.md
- SKILL.md
- add.ts
- clean.ts
- lint.ts
- list.ts
- remove.ts
- cache.ts
- cli.ts
- codegen.ts
- discover.ts
- exec.ts
- hash.ts
- index.ts
- paths.ts
- .gitignore
- AGENTS.md
- CHANGELOG.md
- package.json
- pnpm-lock.yaml
- README.md
- tsconfig.json
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/remorses/lintcn
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd lintcn
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Node.js
쉬움 추천사전 준비물
npm install -D lintcn
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
- run: npm ci
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
