Skip to content

Instantly share code, notes, and snippets.

@hata6502
Last active July 12, 2020 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hata6502/47ac2b5bebfe535727ee22c37076b5bd to your computer and use it in GitHub Desktop.
Save hata6502/47ac2b5bebfe535727ee22c37076b5bd to your computer and use it in GitHub Desktop.
{
"plugins": {
"html": true,
"markdown": true,
"jsx": true
},
"rules": {
"preset-japanese": true,
"@textlint-ja/no-synonyms": true,
"@proofdict/proofdict": {
"dictURL": "https://blue-hood.github.io/proof-dictionary/"
},
"en-spell": true,
"ja-unnatural-alphabet": true,
"joyo-kanji": true,
"no-hankaku-kana": true,
"no-mixed-zenkaku-and-hankaku-alphabet": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment