-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'refs/heads/main' into HEAD
- Loading branch information
Showing
14 changed files
with
6,968 additions
and
5,940 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
package-lock=false | ||
lockfile=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,39 +16,39 @@ | |
"type": "git", | ||
"url": "git+https://github.com/kufu/textlint-rule-preset-smarthr.git" | ||
}, | ||
"engines": { | ||
"pnpm": "=9.13.2" | ||
}, | ||
"scripts": { | ||
"example": "cd example && npm it", | ||
"example": "cd example && pnpm it", | ||
"test:textlint-scripts": "textlint-scripts test", | ||
"test:dict": "textlint --config test/.textlintrc README.md", | ||
"test": "npm run test:dict && npm run test:textlint-scripts", | ||
"test": "pnpm run test:dict && pnpm run test:textlint-scripts", | ||
"build": "textlint-scripts build", | ||
"prepublishOnly": "npm run --if-present build", | ||
"prepublishOnly": "pnpm run --if-present build", | ||
"release": "standard-version", | ||
"release:dryrun": "standard-version --dry-run", | ||
"export:airtable": "ts-node ./scripts/export-airtable-rules.ts" | ||
"release:dryrun": "standard-version --dry-run" | ||
}, | ||
"devDependencies": { | ||
"@commitlint/cli": "^19.4.0", | ||
"@commitlint/config-conventional": "^19.2.2", | ||
"@textlint/types": "^14.2.0", | ||
"@commitlint/cli": "^19.5.0", | ||
"@commitlint/config-conventional": "^19.5.0", | ||
"@textlint/types": "^14.3.0", | ||
"@types/js-yaml": "^4.0.9", | ||
"@types/node": "^18.19.45", | ||
"airtable": "^0.12.2", | ||
"dotenv": "^16.4.5", | ||
"@types/node": "^18.19.64", | ||
"fs": "^0.0.1-security", | ||
"husky": "^9.1.5", | ||
"husky": "^9.1.7", | ||
"js-yaml": "^4.1.0", | ||
"prettier": "^3.3.3", | ||
"standard-version": "^9.3.2", | ||
"textlint-tester": "^14.2.0", | ||
"textlint-scripts": "^14.2.0", | ||
"textlint": "^14.3.0", | ||
"textlint-scripts": "^14.3.0", | ||
"textlint-tester": "^14.3.0", | ||
"ts-node": "^10.9.2", | ||
"typescript": "^5.5.4", | ||
"textlint": "^14.2.0" | ||
"typescript": "^5.6.3" | ||
}, | ||
"dependencies": { | ||
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.3", | ||
"@textlint/module-interop": "^14.2.0", | ||
"@textlint-rule/textlint-rule-no-unmatched-pair": "^2.0.4", | ||
"@textlint/module-interop": "^14.3.0", | ||
"textlint-rule-ja-hiragana-daimeishi": "^1.0.0", | ||
"textlint-rule-ja-hiragana-hojodoushi": "^1.1.0", | ||
"textlint-rule-ja-keishikimeishi": "^1.0.5", | ||
|
@@ -69,7 +69,7 @@ | |
"textlint-rule-no-doubled-joshi": "^5.1.0", | ||
"textlint-rule-no-dropping-the-ra": "^3.0.0", | ||
"textlint-rule-no-hankaku-kana": "^2.0.1", | ||
"textlint-rule-no-mix-dearu-desumasu": "^6.0.2", | ||
"textlint-rule-no-mix-dearu-desumasu": "^6.0.3", | ||
"textlint-rule-no-mixed-zenkaku-and-hankaku-alphabet": "^1.0.1", | ||
"textlint-rule-no-nfd": "^2.0.2", | ||
"textlint-rule-prh": "^6.0.0", | ||
|
@@ -81,5 +81,6 @@ | |
}, | ||
"author": "SmartHR textlint Team", | ||
"license": "MIT", | ||
"description": "SmartHRらしい文書を書くための、textlintルールプリセットを提供します。" | ||
"description": "SmartHRらしい文書を書くための、textlintルールプリセットを提供します。", | ||
"packageManager": "[email protected]+sha256.ccce81bf7498c5f0f80e31749c1f8f03baba99d168f64590fc7e13fad3ea1938" | ||
} |
Oops, something went wrong.