3.0.0 • Published 1 year ago
@strv/textlint-rule-preset-strv v3.0.0
@strv/textlint-rule-preset-strv
STRV's config for textlint
Textlint doesn't support "extends" convention, thus we created rule-preset, which is a collection of rules and rulesConfig.
Usage
npm i --save-dev @strv/textlint-rule-preset-strv
Recommended textlint config
// .textlintrc.js
'use strict'
module.exports = {
rules: {
'@strv/textlint-rule-preset-strv': true,
},
}
{
"rules": {
"@strv/textlint-rule-preset-strv": true
}
}
License
See the LICENSE file for more information.
3.0.0
1 year ago
2.0.0-alpha.1
4 years ago
2.0.0
4 years ago
2.0.0-alpha.0
4 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
6 years ago