1.3.1 • Published 4 years ago
bad-words-linter v1.3.1
Bad Words Linter

Installation
yarn global add bad-words-linterUsage
Whit coc.nvim:
"languageserver": {
"bad-words-linter": {
"command": "bad-words-linter",
"args": ["--stdio"],
"filetypes": ["text"]
}
}License
This project is licensed under the MIT License.