Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
textlint-rule-no-exclamation-question-mark
Advanced tools
textlint rule that disallow exclamation and question mark.
textlint rule that disallow exclamation and question mark.
Install with npm:
npm i textlint-rule-no-exclamation-question-mark
Via .textlintrc
.
{
"rules": {
"no-exclamation-question-mark": true
}
}
Defaults: Disallows to use !?!?
.
allow
: string[]
,
[]
allowHalfWidthExclamation
: boolean
false
allowFullWidthExclamation
: boolean
false
allowHalfWidthQuestion
: boolean
false
allowFullWidthQuestion
: boolean
false
{
"rules": {
"no-exclamation-question-mark": {
// allow words
"allow": [
"Yahoo!"
],
// allow to use !
"allowHalfWidthExclamation": false,
// allow to use !
"allowFullWidthExclamation": false,
// allow to use ?
"allowHalfWidthQuestion": false,
// allow to use ?
"allowFullWidthQuestion": false
}
}
}
See Releases page.
Install devDependencies and Run npm test
:
npm i -d && npm 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
FAQs
textlint rule that disallow exclamation and question mark.
The npm package textlint-rule-no-exclamation-question-mark receives a total of 15,968 weekly downloads. As such, textlint-rule-no-exclamation-question-mark popularity was classified as popular.
We found that textlint-rule-no-exclamation-question-mark demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.