textlint app for cross platform.
Download Binary from https://github.com/textlint/textlint-app/releases/latest
.textlintrc
.textlintrc
config--fix
.textlintrc
.textlintrc
:
{
"rules": {
"no-todo": true
}
}
Result:
You can install textlint-app in local environment.
yarn install
yarn run bootstrap
yarn run watch
yarn run electron
If you update packages/ modules
yarn run publish
# It bump version, not publish to npm
Update packages/ dependencies
yarn upgrade
TODO: file:
is not linked by lerna... We will improve this.
See Releases page.
Install devDependencies and Run yarn test
:
yarn test
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
MIT © azu