bad-words-linter
v1.3.1
Published
[![GitMoji](https://img.shields.io/badge/Gitmoji-%F0%9F%8E%A8%20-FFDD67.svg)](https://gitmoji.dev) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT) ![Lines Of Code](https://img.shields.io/tokei/line
Downloads
3
Readme
Bad Words Linter
Installation
yarn global add bad-words-linter
Usage
Whit coc.nvim:
"languageserver": {
"bad-words-linter": {
"command": "bad-words-linter",
"args": ["--stdio"],
"filetypes": ["text"]
}
}
License
This project is licensed under the MIT License.