Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: textlint (#971 #926) #985

Merged
merged 21 commits into from
Jul 13, 2024
Merged

feat: textlint (#971 #926) #985

merged 21 commits into from
Jul 13, 2024

Commits on Jul 2, 2024

  1. chore: textlint basic environment settings

    textlint 관련 기본 환경 설정 진행.
    
    textlintrc.js -> textlintrc: .eslintrc 및 .prettierrc와의 통일성을 위해, .js 확장자를 사용하지 않는 json 형식의 파일로 변경.
    package.json에 textlint 및 textlint-filter-rule-comments 추가.
    yarn.lock 파일은 package.json 파일에 따라 자동으로 변경됨.
    lumirlumir committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    bcf021a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e986a49 View commit details
    Browse the repository at this point in the history
  3. feat: basic implementation of translateGlossary.js

    translateGlossary.js 기본 틀/구조 구현. (아직 디테일한 버그들은 잡지 못한 상태.)
    이외, legacy 파일들 삭제. (legacy 파일에서 필요한 부분은 따로 정리하여 보관 중.)
    lumirlumir committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    32298f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    b5df769 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. chore: textlint testing environment settings

    textlint testing 관련 환경 설정 진행.
    
    package에 mocha 및 textlint-tester 추가.
    lumirlumir committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    085b6c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. test: new tests about strip.js

    ./textlint/utils/strip.js에 포함된 모든 함수에 대한 테스트 작성.
    lumirlumir committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    b9acd0c View commit details
    Browse the repository at this point in the history
  2. test: new tests about is.js

    ./textlint/utils/is.js에 포함된 모든 함수에 대한 테스트 작성.
    lumirlumir committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    0b4d0f7 View commit details
    Browse the repository at this point in the history
  3. test: new tests about errMsg.js

    ./textlint/utils/errMsg.js에 포함된 모든 함수에 대한 테스트 작성.
    lumirlumir committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8150c6d View commit details
    Browse the repository at this point in the history
  4. feat: new rule translateGlossary.js

    translateGlossary 규칙 구현 완료.
    lumirlumir committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    72c5fec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3e62fd4 View commit details
    Browse the repository at this point in the history
  6. fix: incorrect regex in translateGlossary.js

    잘못된 정규표현식 표현 수정.
    lumirlumir committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    5bacb61 View commit details
    Browse the repository at this point in the history
  7. test: new tests about translateGlossary.js

    ./textlint/rules/translateGlossary.js에 대한 테스트 작성.
    lumirlumir committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    37d3539 View commit details
    Browse the repository at this point in the history
  8. rename: textlint/data/tests -> textlint/data/utils

    디렉토리 이름 변경.
    lumirlumir committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    e2422f3 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. fix: correct path handling for textlint/tests/utils

    모듈 불러오기 경로가 잘못되어, 수정 진행.
    lumirlumir committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    4054a46 View commit details
    Browse the repository at this point in the history
  2. refactor: change the structure of textlint/data/rules/translateGlossa…

    …ry.js
    
    확장성을 위해 데이터 구조 변경.
    lumirlumir committed Jul 6, 2024
    Configuration menu
    Copy the full SHA
    a77ce93 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. refactor: change the structure of textlint/data/rules/translateGlossa…

    …ry.js
    
    확장성을 위해 데이터 구조 변경.
    lumirlumir committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    5968a68 View commit details
    Browse the repository at this point in the history
  2. feat: add genTranslateGlossaryDocs.js

    translate-glossary.md 문서를 자동 생성해주는 generator 도입.
    생성된 문서는 repository에 올라갈 필요가 없으므로, .gitignore에 해당 부분 추가.
    textlint/README.md는 우선 삭제. 추후에 wiki 디렉토리에 추가 예정.
    lumirlumir committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    d2d303a View commit details
    Browse the repository at this point in the history
  3. rename: textlint/README.md -> wiki/textlint/what-is-textlint.md

    파일 이름 및 디렉토리 변경 진행.
    lumirlumir committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    f7bc9d3 View commit details
    Browse the repository at this point in the history
  4. feat: new scripts for textlint

    textlint와 관련된 test, docs, lint scripts 추가.
    lumirlumir committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    c7d0405 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. Configuration menu
    Copy the full SHA
    7d496cd View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    781f468 View commit details
    Browse the repository at this point in the history