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

refactor(rule): Convert to TypeScript #11

Merged
merged 1 commit into from
Aug 1, 2019
Merged

refactor(rule): Convert to TypeScript #11

merged 1 commit into from
Aug 1, 2019

Conversation

azu
Copy link
Member

@azu azu commented Jul 7, 2019

use textlint-scripts 3.0.0 beta textlint/textlint-scripts#28

@azu azu mentioned this pull request Jul 7, 2019
3 tasks
@azu azu merged commit dc87dc6 into master Aug 1, 2019
@azu azu deleted the typescript branch August 1, 2019 11:50
@azu azu restored the typescript branch August 1, 2019 11:50
@azu azu deleted the typescript branch August 1, 2019 11:51
@@ -17,7 +19,7 @@ const reporter = (context) => {
const prhLinter = prh.linter;
const prhStr = prhLinter(context, {
ruleContents: [
fs.readFileSync(path.join(__dirname, "..", "dict", "prh.yml"))
fs.readFileSync(path.join(__dirname, "..", "dict", "prh.yml"),"utf-8")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For inlining

kebhr added a commit to kebhr/textlint-rule-ja-no-abusage that referenced this pull request Feb 4, 2021
textlint-ja#11 で `src/dictionary.js` が `src/dictionary.ts` に移動されたため、`[src/dictionary.js](src/dictionary.js)` が 404 となっていた。
kebhr added a commit to kebhr/textlint-rule-ja-no-abusage that referenced this pull request Feb 4, 2021
textlint-ja#11 で `src/dictionary.js` が `src/dictionary.ts` に移動されたため、`[src/dictionary.js](src/dictionary.js)` が 404 となっていた。
azu pushed a commit that referenced this pull request Feb 4, 2021
#11 で `src/dictionary.js` が `src/dictionary.ts` に移動されたため、`[src/dictionary.js](src/dictionary.js)` が 404 となっていた。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant